Why can I drop column defaults in Mssql?
Mssql only allows dropping of column default values by name. Since in standard SQL there’s no such thing as a name for a column default, Mssql makes up its own name. deltaddl has no way of knowing what name Mssql assigned, so it will just output an SQL comment explaining that it’s skipping this step.