📄 Magento_Variable · engine innodb
variable
Variables
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["variable"]:::center n0["variable_value"] click n0 "/schema/table/variable_value" c -- variable_id --> n0 click c "/schema/table/variable" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (3)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| variable_id PK | int unsigned | no | Variable ID | |
| code | varchar(255) | yes | Variable Code | |
| name | varchar(255) | yes | Variable Name |
Keys & indexes
Primary key: variable_id
Unique
- VARIABLE_CODE (code)
Referenced by (1)
- variable_value .variable_id → .variable_id (on delete CASCADE)