CheckConstraint

View Source

Summary

Check constraint definition.

Signature

type CheckConstraint = {
  expression: string;
  name: string;
};