schemazen icon indicating copy to clipboard operation
schemazen copied to clipboard

SchemaZen should print that "Column position change is not supported"

Open teyc opened this issue 2 years ago • 0 comments

When two columns are identical except for their column position, SchemaZen creates an ALTER COLUMN command that does not actually resolve the difference.

Instead, we should output text to explain that "dbo.MyTable.MyColumn position changed from 3 to 4. This feature is not supported by SchemaZen"

teyc avatar Jun 07 '22 02:06 teyc