TABLECONSTRAINTS System Table Description
Fields
Field | Type | Description |
---|---|---|
TABLENAME |
string |
The name of the table on which the constraint is placed. |
SCHEMA |
string |
The name of the schema for the table on which the constraint is placed. |
CONSTRAINTNAME |
string |
For column check constraints, the |
CONSTRAINTTEXT |
text |
Stores the check constraint logic. |