Why truncate??
Updating some schemas. All 48 records in the item table have cmsSlug and cmsId. All 48 records have a 36 character cmsId.
So my question is, why are the only options to truncate or cancel?
Output:
Warning Found data-loss statements:
· You're about to set not-null constraint to cmsSlug column without default, which contains 48 items
· You're about to change cmsId column type from varchar(191) to varchar(36) with 48 items
· You're about to set not-null constraint to cmsId column without default, which contains 48 items
0 Replies