Shopware 5.7.13 s_articles_categories_seo
SEO canonical category assignment per product and shop (for breadcrumbs and canonical URLs).
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| shop_id | int(11) | NO | Index |
| article_id | int(11) | NO | |
| category_id | int(11) | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| shop_article | shop_id,article_id | No |
