DropCheckChange

View Source

Summary

Alter-table change that drops a check constraint.

Signature

type DropCheckChange = {
  kind: "dropCheck";
  name: string;
};