API 参考
    正在准备搜索索引...

    Database's table check constraint stored in this class.

    索引
    • 参数

      返回 TableCheck

    "@instanceof": symbol
    columnNames?: string[]

    Column that contains this constraint.

    expression?: string

    Check expression.

    name?: string

    Constraint name.

    • Creates a new copy of this constraint with exactly same properties.

      返回 TableCheck

    • Creates checks from the check metadata object.

      参数

      • checkMetadata: CheckMetadata

      返回 TableCheck