Remix
Remix
remix/data-table · TypeView Source

AddCheckOperation

Summary

Operation that adds a table-level check constraint.

Signature

type AddCheckOperation = {
  constraint: CheckConstraint;
  kind: "addCheck";
  table: TableRef;
};