News

The ADD COLUMN docs currently only call out that you can't add a column with a foreign key constraint. All other constraints can be defined while adding a column. I can update the docs to reflect the ...
The syntax generated for mssql, when adding a column to an existing table in a migration file, prefixes every column with ADD. Only the first column added should have the ADD clause, others are col ...