Back to Developer Roadmap

Migrations

src/data/roadmaps/backend/content/[email protected]

4.0557 B
Original Source

Migrations

Database migrations are version-controlled incremental schema changes that modify database structure without affecting existing data. Ensure consistent, repeatable evolution across environments while maintaining compatibility. Executed using tools like Liquibase, Flyway, or ORM features.

Learn more from the following resources: