📄 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)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| theme_files_id PK | int unsigned | no | Theme files identifier | |
| theme_id | int unsigned | no | Theme ID | |
| file_path | varchar(255) | yes | Relative path to file | |
| file_type | varchar(32) | no | File Type | |
| content | longtext | no | File Content | |
| sort_order | smallint | no | 0 | Sort Order |
| is_temporary | boolean | no | false | Is Temporary File |
Keys & indexes
Primary key: theme_files_id
References (1)
- theme_id → theme .theme_id (on delete CASCADE)