Columns with default values can be removed in MSSQL
* this fixes Github issue #4943 * previously, calling removeColumn for a column with a defaultValue specified would cause an error -- this is because in MSSQL you have to drop the constraint before the column. See: http://stackoverflow.com/questions/8641954/how-to-drop-column-with-constraint * also added integration tests for removeColumn function
Showing
with
200 additions
and
6 deletions
lib/dialects/mssql/query-interface.js
0 → 100644
-
Please register or sign in to post a comment