📦 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)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| value_id PK | int unsigned | no | Value ID | |
| product_super_attribute_id | int unsigned | no | 0 | Product Super Attribute ID |
| store_id | smallint unsigned | no | 0 | Store ID |
| use_default | smallint unsigned | yes | 0 | Use Default Value |
| value | varchar(255) | yes | Value |
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)
- product_super_attribute_id → catalog_product_super_attribute .product_super_attribute_id (on delete CASCADE)
- store_id → store .store_id (on delete CASCADE)