← Shopware 6.7.7.1

Shopware 6.7.7.1 app

Columns

30 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
name varchar(255) NO Unique
path varchar(4096) YES
author varchar(255) YES
copyright varchar(255) YES
license varchar(255) YES
privacy varchar(255) YES
version varchar(255) NO
base_app_url varchar(1024) YES
active tinyint(1) NO Default: 0
allow_disable tinyint(1) NO Default: 1
configurable tinyint(1) NO Default: 0
icon mediumblob YES
app_secret varchar(255) YES
modules json YES
main_module json YES
cookies json YES
allowed_hosts json 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
template_load_priority int YES Default: 0
checkout_gateway_url varchar(255) YES
self_managed tinyint(1) NO Default: 0
source_type varchar(20) NO Default: local
source_config json NO Default: json_object(), DEFAULT_GENERATED
in_app_purchases_gateway_url varchar(255) YES
requested_privileges json NO Default: json_array(), DEFAULT_GENERATED
context_gateway_url varchar(255) 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)

15 relations

Local Field Foreign Table Foreign Field
id app_action_button app_id
id app_administration_snippet app_id
id app_cms_block app_id
id app_flow_action app_id
id app_flow_event app_id
id app_payment_method app_id
id app_script_condition app_id
id app_shipping_method app_id
id app_template app_id
id app_translation app_id
id custom_entity app_id
id custom_field_set app_id
id script app_id
id tax_provider app_id
id webhook app_id