MageSmith

📄 Magento_Theme · engine innodb

theme

Core theme

Neighbourhood (1-hop foreign-key graph — showing 3 of 3)

flowchart LR
  c["theme"]:::center
  n0["layout_link"]
  click n0 "/schema/table/layout_link"
  c -- theme_id --> n0
  n1["widget_instance"]
  click n1 "/schema/table/widget_instance"
  c -- theme_id --> n1
  n2["theme_file"]
  click n2 "/schema/table/theme_file"
  c -- theme_id --> n2
  click c "/schema/table/theme"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (9)

NameTypeNullDefaultComment
theme_id PKint unsignednoTheme identifier
parent_id int yesParent ID
theme_path varchar(255) yesTheme Path
theme_title varchar(255) noTheme Title
preview_image varchar(255) yesPreview Image
is_featured boolean nofalseIs Theme Featured
area varchar(255) noTheme Area
type smallint noTheme type: 0:physical, 1:virtual, 2:staging
code text yesFull theme code, including package

Keys & indexes

Primary key: theme_id

Referenced by (3)