Concept Flow - Database migration in deployment
Write migration script
Generate migration files
Review migration files
Apply migration to local DB
Commit migration files
Deploy to server
Run migration command on server
Database schema updated
App uses new schema
This flow shows how migration scripts are created, tested locally, committed, deployed, and applied to update the database schema safely.