Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

25.6.17.37 ndbinfo 外键表

foreign_keys 表提供了关于 NDB 表的外键信息。该表具有以下列:

  • object_id

    外键的对象 ID

  • name

    外键的名称

  • parent_table

    外键的父表名称

  • parent_columns

    逗号分隔的父列列表

  • child_table

    子表的名称

  • child_columns

    逗号分隔的子列列表

  • parent_index

    父索引的名称

  • child_index

    子索引的名称

  • on_update_action

    外键的 ON UPDATE 操作;可以是 No ActionRestrictCascadeSet NullSet Default

  • on_delete_action

    外键的 ON DELETE 操作;可以是 No ActionRestrictCascadeSet NullSet Default