MageSmith

📦 Magento_Catalog · engine innodb

catalog_product_relation

Catalog Product Relation Table

Neighbourhood (1-hop foreign-key graph — showing 1 of 2)

flowchart LR
  c["catalog_product_relation"]:::center
  n0["catalog_product_entity"]
  click n0 "/schema/table/catalog_product_entity"
  n0 -- child_id --> c
  click c "/schema/table/catalog_product_relation"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (2)

NameTypeNullDefaultComment
parent_id int unsignednoParent ID
child_id int unsignednoChild ID

Keys & indexes

Primary key: parent_id, child_id

Indexes

  • CATALOG_PRODUCT_RELATION_CHILD_ID (child_id) btree

References (2)