Skip to:
To drop a column with a default value in mssql, you need to drop the default value constraint first.
Provide a way to name the default value constraint so that it can be more easily dropped before dropping the column.
MSSQL in particular
To drop a column with a default value in mssql, you need to drop the default value constraint first.
Provide a way to name the default value constraint so that it can be more easily dropped before dropping the column.