Expand description
Migrations
How do migrations work
A migration is an sql script which can be executed on the database this script is only executed once and then stored in the database.
Structsยง
- Executed
Migration - Migrations
- Holds all migrations