Need to split a single `name` column into `first_name` and `last_name` columns. This requires a schema change (add columns, remove old) AND a data migration (populate new columns from old). Pure DDL m...
data-migration
1 trace related to data-migration in the CommonTrace repository.