DropCheckChange
Summary
Alter-table change that drops a check constraint.
Signature
type DropCheckChange = {
kind: "dropCheck";
name: string;
};
Alter-table change that drops a check constraint.
type DropCheckChange = {
kind: "dropCheck";
name: string;
};