📄 Magento_Variable · engine innodb
variable_value
Variable Value
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["variable_value"]:::center n0["store"] click n0 "/schema/table/store" n0 -- store_id --> c n1["variable"] click n1 "/schema/table/variable" n1 -- variable_id --> c click c "/schema/table/variable_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 (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| value_id PK | int unsigned | no | Variable Value ID | |
| variable_id | int unsigned | no | 0 | Variable ID |
| store_id | smallint unsigned | no | 0 | Store ID |
| plain_value | text | yes | Plain Text Value | |
| html_value | text | yes | Html Value |
Keys & indexes
Primary key: value_id
Unique
- VARIABLE_VALUE_VARIABLE_ID_STORE_ID (variable_id, store_id)
Indexes
- VARIABLE_VALUE_STORE_ID (store_id) btree