AddCheckOperation

View Source

Summary

Operation that adds a table-level check constraint.

Signature

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