Schema migration refers to altering the data schema used in an application. This may merely involve changing the database, but frequently also involves code alterations.
Schema migration refers to altering the data schema used in an application. This may merely involve changing the database, but frequently also involves code alterations.
Because the data schema is often relatively stable, and code usually embeds assumptions about it, schema-migration must be handled carefully.