← Shopware 5.7.4

Shopware 5.7.4 s_article_configurator_sets

Named configurator sets that define which variant groups/options a product uses.

Columns

4 columns

Column Type Nullable Additional
id int(11) unsigned NO Primary Key, auto_increment
name varchar(255) NO Index
public tinyint(1) NO
type int(11) NO Default: 0

Indexes

2 indexes

Index Name Columns Unique
name name No
PRIMARY id Yes