Fix removeColumnQuery for mssql dialect
* As per the syntax tree at: https://msdn.microsoft.com/en-gb/library/ms190273.aspx the correct syntax for removing a column is: ALTER TABLE users DROP COLUMN name; instead of: ALTER TABLE users DROP name; which is instead the syntax to drop the 'name' constraint.
Showing
with
3 additions
and
4 deletions
-
Please register or sign in to post a comment