The column default shouldn't be escaped for mssql. This is a regression from 743d816631. Prior to that commit, the default value for the column was not escaped. Escaping it will cause SQL errors while altering columns. PHPBB3-14532
743d816631