Concept Flow - Database migrations
Write migration file
Run migration command
Migration tool reads file
Apply schema changes to DB
Update migration history
App uses updated DB schema
This flow shows how writing and running a migration file updates the database schema step-by-step.