Shopware 5.6.6 s_article_img_mappings
Image-to-variant mappings — assigns specific images to variant combinations.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| image_id | int(11) | NO | Index |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| image_id | image_id | No |
| PRIMARY | id | Yes |
