🗃️ Magento_Eav · engine innodb
eav_attribute_label
Eav Attribute Label
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["eav_attribute_label"]:::center n0["eav_attribute"] click n0 "/schema/table/eav_attribute" n0 -- attribute_id --> c n1["store"] click n1 "/schema/table/store" n1 -- store_id --> c click c "/schema/table/eav_attribute_label" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (4)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| attribute_label_id PK | int unsigned | no | Attribute Label ID | |
| attribute_id | smallint unsigned | no | 0 | Attribute ID |
| store_id | smallint unsigned | no | 0 | Store ID |
| value | varchar(255) | yes | Value |
Keys & indexes
Primary key: attribute_label_id
Indexes
- EAV_ATTRIBUTE_LABEL_STORE_ID (store_id) btree
- EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID (attribute_id, store_id) btree
References (2)
- attribute_id → eav_attribute .attribute_id (on delete CASCADE)
- store_id → store .store_id (on delete CASCADE)