News

The following migration results in the following SQL migration script which fails. The ADD DEFAULT query should run before the ALTER COLUMN script.
To replicate setup an incremental model. Setup the your table to include a column like Varchar (50), alter the column to include varchar (5000) sql below Run your model, which will trigger the ...