Backend & Databases
Wat zijn database migrations?
Migrations track schema changes.
Migration workflow
Create migration file Define schema change Run migration Rollback if needed
Relevante trefwoorden
migrationschemadatabase
Backend & Databases
Migrations track schema changes.
Create migration file Define schema change Run migration Rollback if needed