SWDB
← Versions / 6.3.2.0 /

app

Fields (16)

Name Type Null Key Default Extra
id binary(16) NO PRI NULL
name varchar(255) NO UNI NULL
path varchar(255) NO NULL
author varchar(255) YES NULL
copyright varchar(255) YES NULL
license varchar(255) YES NULL
privacy varchar(255) YES NULL
version varchar(255) NO NULL
active tinyint(1) NO 0
icon mediumblob YES NULL
app_secret varchar(255) YES NULL
modules longtext YES NULL
integration_id binary(16) NO MUL NULL
acl_role_id binary(16) NO MUL NULL
created_at datetime(3) NO NULL
updated_at datetime(3) YES NULL

Indexes (4)

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 (2)

acl_role_id acl_role . id
integration_id integration . id

Referenced By (5)

webhook . app_id id
app_template . app_id id
app_translation . app_id id
custom_field_set . app_id id
app_action_button . app_id id