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