Remix
Remix
remix/data-table · TypeView Source

DropCheckOperation

Summary

Operation that drops a table-level check constraint.

Signature

type DropCheckOperation = {
  kind: "dropCheck";
  name: string;
  table: TableRef;
};