MageSmith

📦 Magento_ConfigurableProduct · engine innodb

catalog_product_super_attribute_label

Catalog Product Super Attribute Label Table

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

flowchart LR
  c["catalog_product_super_attribute_label"]:::center
  n0["catalog_product_super_attribute"]
  click n0 "/schema/table/catalog_product_super_attribute"
  n0 -- product_super_attribute_id --> c
  n1["store"]
  click n1 "/schema/table/store"
  n1 -- store_id --> c
  click c "/schema/table/catalog_product_super_attribute_label"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (5)

NameTypeNullDefaultComment
value_id PKint unsignednoValue ID
product_super_attribute_id int unsignedno0Product Super Attribute ID
store_id smallint unsignedno0Store ID
use_default smallint unsignedyes0Use Default Value
value varchar(255) yesValue

Keys & indexes

Primary key: value_id

Unique

  • CAT_PRD_SPR_ATTR_LBL_PRD_SPR_ATTR_ID_STORE_ID (product_super_attribute_id, store_id)

Indexes

  • CATALOG_PRODUCT_SUPER_ATTRIBUTE_LABEL_STORE_ID (store_id) btree

References (2)