🗃️ Magento_Eav · engine innodb
eav_attribute_option_value
Eav Attribute Option Value
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["eav_attribute_option_value"]:::center n0["eav_attribute_option"] click n0 "/schema/table/eav_attribute_option" n0 -- option_id --> c n1["store"] click n1 "/schema/table/store" n1 -- store_id --> c click c "/schema/table/eav_attribute_option_value" 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 |
|---|---|---|---|---|
| value_id PK | int unsigned | no | Value ID | |
| option_id | int unsigned | no | 0 | Option ID |
| store_id | smallint unsigned | no | 0 | Store ID |
| value | varchar(255) | yes | Value |
Keys & indexes
Primary key: value_id
Unique
- EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_OPTION_ID (store_id, option_id)
Indexes
- EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID (option_id) btree
- EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID (store_id) btree
References (2)
- option_id → eav_attribute_option .option_id (on delete CASCADE)
- store_id → store .store_id (on delete CASCADE)