Shopware 5.7.7 s_core_templates
Installed storefront themes/templates with inheritance configuration.
| Column | Type | Nullable | Additional |
| id | int(11) | NO | Primary Key, auto_increment |
| template | varchar(255) | NO | Unique |
| name | varchar(255) | NO | |
| description | varchar(255) | YES | |
| author | varchar(255) | YES | |
| license | varchar(255) | YES | |
| esi | tinyint(1) unsigned | NO | |
| style_support | tinyint(1) unsigned | NO | |
| emotion | tinyint(1) unsigned | NO | |
| version | int(11) unsigned | NO | |
| plugin_id | int(11) unsigned | YES | |
| parent_id | int(11) | YES | |
| Index Name | Columns | Unique |
| basename | template | Yes |
| PRIMARY | id | Yes |