sethreno / schemazen

Script and create SQL Server objects quickly
MIT License
332 stars 140 forks source link

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

Open teyc opened 2 years ago

teyc commented 2 years ago

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"