Remix
Remix
remix/data-table · TypeView Source

DropCheckChange

Summary

Alter-table change that drops a check constraint.

Signature

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