Shopware 5.7.5 s_articles_categories
Direct product-to-category assignments.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) unsigned | NO | Primary Key, auto_increment |
| articleID | int(11) unsigned | NO | Index |
| categoryID | int(11) unsigned | NO | Index |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| articleID | articleID,categoryID | Yes |
| articleID_2 | articleID | No |
| categoryID | categoryID | No |
| PRIMARY | id | Yes |
