activerecord-sqlserver-adapter
activerecord-sqlserver-adapter copied to clipboard
fix-change-column-default
Would fix #1018
@nemesit Would you be able to add tests to the PR? The default constraint should be dropped when nil is passed rather than not altered. Could you confirm in your tests that this happens?
Closing as I don't believe this is a bug. The approach taken by the MSSQL adapter is the same used by the MySQL adapter. The Rails change_column_default tests currently pass for the MSSQL adapter.