DropCheckOperation
Summary
Operation that drops a table-level check constraint.
Signature
type DropCheckOperation = {
kind: "dropCheck";
name: string;
table: TableRef;
};
Operation that drops a table-level check constraint.
type DropCheckOperation = {
kind: "dropCheck";
name: string;
table: TableRef;
};