Bank Accounts Database Migration

Running migration for company bank accounts feature...


Starting Migrations...

Note: If you see 'Duplicate column name' or 'already exists' errors, those migrations were already applied.


Migration 1: Create company_bank_accounts table

✓ Success


Migration 2: Add bank_account_id column to payments table

✗ Error:


Migration 3: Add index for bank_account_id

✗ Error:


Migration 4: Update payment_mode ENUM to include cheque

✓ Success



Migration Summary

Total Migrations: 4

Successful: 2

Errors: 2

⚠ Migration completed with some errors. Please review the errors above.


Go to Bank Accounts Management