← Shopware 5.6.9

Shopware 5.6.9 s_core_templates

Installed storefront themes/templates with inheritance configuration.

Columns

12 columns

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

Indexes

2 indexes

Index Name Columns Unique
basename template Yes
PRIMARY id Yes