SWDB
← Versions / 5.7.10 /

s_core_config_elements

Fields (11)

Name Type Null Key Default Extra
id int(11) unsigned NO PRI NULL auto_increment
form_id int(11) unsigned NO MUL NULL
name varchar(255) NO NULL
value text YES NULL
label varchar(255) YES NULL
description text YES NULL
type varchar(255) NO NULL
required int(1) unsigned NO NULL
position int(11) NO NULL
scope int(11) unsigned NO NULL
options blob YES NULL

Indexes (3)

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