Database Migration
D
Database Migration
Definition
A version-controlled, incremental change to a database schema that can be applied or rolled back. Migrations enable teams to evolve the database structure alongside application code, ensuring consistency across development, staging, and production environments.