← Shopware 6.7.7.1

Shopware 6.7.7.1 app_template

Columns

8 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
hash varchar(32) 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