Sometimes we need to add ulterior constraints to the table we define. The ALTER TABLE statement enables us to do this. There are several types of constraints we can add. If we want to ensure that all ...
I have created a custom macro for creating primary keys on MSSQL models and for "ALTER TABLE ADD CONSTRAINT" statements, the SQL is incorrectly modified to quote "CONSTRAINT" rather than the ...