← Shopware 6.4.1.2

Shopware 6.4.1.2 app

Registry of installed Shopware apps (third-party extensions using the App System).

Columns

19 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
name varchar(255) NO Unique
path varchar(255) NO
author varchar(255) YES
copyright varchar(255) YES
license varchar(255) YES
privacy varchar(255) YES
version varchar(255) NO
active tinyint(1) NO Default: 0
configurable tinyint(1) NO Default: 0
icon mediumblob YES
app_secret varchar(255) YES
modules longtext YES
main_module longtext YES
cookies longtext YES
integration_id binary(16) NO Index Foreign Key → integration.id
acl_role_id binary(16) NO Index Foreign Key → acl_role.id
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

4 indexes

Index Name Columns Unique
fk.app.acl_role_id acl_role_id No
fk.app.integration_id integration_id No
PRIMARY id Yes
uniq.name name Yes

Relations (from this table)

2 relations

Local Field Foreign Table Foreign Field
acl_role_id acl_role id
integration_id integration id

Relations (to this table)

7 relations

Local Field Foreign Table Foreign Field
id app_cms_block app_id
id custom_field_set app_id
id app_action_button app_id
id webhook app_id
id app_translation app_id
id app_template app_id
id app_payment_method app_id