Implement Task 1: Add database migrations for user_wallets and wallet_transactions tables
- Add _create_wallet_tables() migration method in PaymentMigrations class - user_wallets table with balance, currency, auto topup configuration - wallet_transactions table with full transaction history - Add proper table indexes for performance - Update test_migrations.py to verify new tables exist - All migration tests passing
Showing
Please
register
or
sign in
to comment