Shopware 5.7.17 s_article_img_mapping_rules
Rules that map specific variant option combinations to product images.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| mapping_id | int(11) | NO | Index |
| option_id | int(11) | NO | Index |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| mapping_id | mapping_id | No |
| option_id | option_id | No |
| PRIMARY | id | Yes |
