Add a new `drop_multicolumn_constraint` operation type. The new operation is used to drop multi-column (and single-column) `CHECK`, `UNIQUE`, and `FOREIGN KEY` constraints: The following migration ...
There are two categories of integrity constraints: General constraints, which allow you to restrict the data values that are accepted for the variables in a single data file, such as requiring that ...