Information Schema INNODB_SYS_FOREIGN Table
The INNODB_SYS_FOREIGN table provides metadata about foreign key constraints defined on InnoDB tables, including reference details.
Column
Description
Bit Flag
Description
Example
ELECT * FROM INFORMATION_SCHEMA.INNODB_SYS_FOREIGN\G
*************************** 1. row ***************************
ID: test/fk_book_author
FOR_NAME: test/book
REF_NAME: test/author
N_COLS: 1
TYPE: 1
...PreviousInformation Schema INNODB_SYS_FIELDS TableNextInformation Schema INNODB_SYS_FOREIGN_COLS Table
Last updated
Was this helpful?

