AddCheckOperation
Summary
Operation that adds a table-level check constraint.
Signature
type AddCheckOperation = {
constraint: CheckConstraint;
kind: "addCheck";
table: TableRef;
};
Operation that adds a table-level check constraint.
type AddCheckOperation = {
constraint: CheckConstraint;
kind: "addCheck";
table: TableRef;
};