← Shopware 5.6.3

Shopware 5.6.3 s_core_config_elements

Individual configuration fields (settings) within config forms — type, default value, constraints.

Columns

11 columns

Column Type Nullable Additional
id int(11) unsigned NO Primary Key, auto_increment
form_id int(11) unsigned NO Index
name varchar(255) NO
value text YES
label varchar(255) YES
description text YES
type varchar(255) NO
required int(1) unsigned NO
position int(11) NO
scope int(11) unsigned NO
options blob YES

Indexes

3 indexes

Index Name Columns Unique
form_id form_id No
form_id_2 form_id,name Yes
PRIMARY id Yes