- 为所有金额字段新增对应的 _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>