← Shopware 6.5.1.0

Shopware 6.5.1.0 app_template

Storefront template overrides and extensions provided by apps.

Columns

7 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
template longtext NO
path varchar(1024) NO Index
active tinyint(1) NO
app_id binary(16) NO Index Foreign Key → app.id
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

3 indexes

Index Name Columns Unique
fk.template.app_id app_id No
idx.template.path path No
PRIMARY id Yes

Relations (from this table)

1 relations

Local Field Foreign Table Foreign Field
app_id app id