Concept Flow - Migrations for schema changes
Write migration file
Run migration command
Migration tool reads file
Apply schema changes to DB
Update migration history
App uses updated schema
This flow shows how you write a migration, run it, and the database schema updates step-by-step.