MageSmith

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

Columns (5)

NameTypeNullDefaultComment
value_id PKint unsignednoVariable Value ID
variable_id int unsignedno0Variable ID
store_id smallint unsignedno0Store ID
plain_value text yesPlain Text Value
html_value text yesHtml 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

References (2)

  • store_id store .store_id (on delete CASCADE)
  • variable_id variable .variable_id (on delete CASCADE)