← Shopware 5.7.10

Shopware 5.7.10 s_core_plugins

Registry of installed plugins with version, status, installation date, and namespace.

Columns

29 columns

Column Type Nullable Additional
id int(11) unsigned NO Primary Key, auto_increment
namespace varchar(255) NO
name varchar(255) NO Unique
label varchar(255) NO
source varchar(255) NO
description mediumtext YES
translations text YES
description_long mediumtext YES
active int(1) unsigned NO
added datetime NO
installation_date datetime YES
update_date datetime YES
refresh_date datetime YES
author varchar(255) YES
copyright varchar(255) YES
license varchar(255) YES
version varchar(255) NO
support varchar(255) YES
changes mediumtext YES
link varchar(255) YES
store_version varchar(255) YES
store_date datetime YES
capability_update int(1) NO
capability_install int(1) NO
capability_enable int(1) NO
update_source varchar(255) YES
update_version varchar(255) YES
capability_secure_uninstall int(1) NO Default: 0
in_safe_mode tinyint(1) YES Default: 0

Indexes

2 indexes

Index Name Columns Unique
name name Yes
PRIMARY id Yes