MageSmith

📦 Magento_ConfigurableProduct · engine innodb

catalog_product_super_link

Catalog Product Super Link Table

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

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

Click a node to jump to that table.

Columns (3)

NameTypeNullDefaultComment
link_id PKint unsignednoLink ID
product_id int unsignedno0Product ID
parent_id int unsignedno0Parent ID

Keys & indexes

Primary key: link_id

Unique

  • CATALOG_PRODUCT_SUPER_LINK_PRODUCT_ID_PARENT_ID (product_id, parent_id)

Indexes

  • CATALOG_PRODUCT_SUPER_LINK_PARENT_ID (parent_id) btree

References (2)