← Shopware 5.7.1

Shopware 5.7.1 s_core_licenses

Shopware license and plugin license key storage.

Columns

14 columns

Column Type Nullable Additional
id int(11) unsigned NO Primary Key, auto_increment
module varchar(255) NO
host varchar(255) NO
label varchar(255) NO
license text NO
version varchar(255) NO
notation varchar(255) YES
type int(11) unsigned NO
source int(11) unsigned NO
added date NO
creation date YES
expiration date YES
active int(1) NO
plugin_id int(11) YES

Indexes

1 indexes

Index Name Columns Unique
PRIMARY id Yes