MageSmith

📄 Magento_Theme · engine innodb

theme_file

Core theme files

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

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

Click a node to jump to that table.

Related tables (1)

Columns (7)

NameTypeNullDefaultComment
theme_files_id PKint unsignednoTheme files identifier
theme_id int unsignednoTheme ID
file_path varchar(255) yesRelative path to file
file_type varchar(32) noFile Type
content longtext noFile Content
sort_order smallint no0Sort Order
is_temporary boolean nofalseIs Temporary File

Keys & indexes

Primary key: theme_files_id

References (1)

  • theme_id theme .theme_id (on delete CASCADE)