Shopware 5.6.2 s_article_configurator_groups
Variant groups (e.g. 'Color', 'Size') used to define product configurators.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) unsigned | NO | Primary Key, auto_increment |
| name | varchar(255) | NO | |
| description | text | YES | |
| position | int(11) | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | s_article_configurator_groups_attributes | groupID |
