
ymlandClaude Opus 4.8
eaa10d839c
数据库迁移:新增金额分字段并迁移历史数据
- 为所有金额字段新增对应的 _cent 字段(BIGINT)
- 涉及表:users, rental_listings, rental_orders, order_checkouts, wallet_accounts, wallet_ledger, withdrawal_requests
- 自动迁移历史数据:DECIMAL(12,2) * 100 -> BIGINT
- 使用 goose 格式,支持 Up/Down 迁移
- 目标:全链路使用整数分存储,避免浮点精度问题
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-09 13:28:51 +08:00
..
2026-06-05 07:41:52 +08:00
2026-06-05 07:41:52 +08:00
2026-06-09 00:13:03 +08:00
2026-06-09 13:28:51 +08:00
2026-06-06 13:16:44 +08:00
2026-06-06 13:16:44 +08:00
2026-06-06 17:49:22 +08:00
2026-06-06 17:49:22 +08:00
2026-06-07 20:42:57 +08:00
2026-06-05 07:41:52 +08:00
2026-06-05 07:41:52 +08:00