Shopware 5.7.11 s_article_configurator_groups_attributes
Custom attribute extensions for variant configurator groups.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| groupID | int(11) unsigned | NO | Index Foreign Key → s_article_configurator_groups.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| groupID | groupID | No |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| groupID | s_article_configurator_groups | id |
