Data Migration

Changes a schema or moves data in production without downtime or loss — column changes, backfills, table splits, and system-to-system moves. Use this whenever the user is writing a migration, altering a table, backfilling data, renaming a column, or moving data between systems. Treat it as required reading before any migration runs against a database with real data. For designing the schema, use data-modeling.

OKHP3 bb602ec 5.1 KB Updated

File contents

OKHP3/skillz/tree/main/community/data-migration commit bb602ec30f

Frequently asked questions

npx skillmds@latest add okhp3/data-migration