Information Schema TABLE_CONSTRAINTS Table
The Information Schema TABLE_CONSTRAINTS
table contains information about tables that have constraints.
It has the following columns:
Column | Description |
---|---|
CONSTRAINT_CATALOG | Always def . |
CONSTRAINT_SCHEMA | Database name containing the constraint. |
CONSTRAINT_NAME | Constraint name. |
TABLE_SCHEMA | Database name. |
TABLE_NAME | Table name. |
CONSTRAINT_TYPE | Type of constraint; one of UNIQUE , PRIMARY KEY , FOREIGN KEY or CHECK . |
The REFERENTIAL_CONSTRAINTS table has more information about foreign keys.
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.