MageSmith

📄 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.

Columns (3)

NameTypeNullDefaultComment
variable_id PKint unsignednoVariable ID
code varchar(255) yesVariable Code
name varchar(255) yesVariable Name

Keys & indexes

Primary key: variable_id

Unique

  • VARIABLE_CODE (code)

Referenced by (1)