Shopware 5.5.10 s_articles_also_bought_ro
Pre-computed 'customers also bought' product relations (read-optimized cache table).
| Column | Type | Nullable | Additional |
| id | int(11) | NO | Primary Key, auto_increment |
| article_id | int(11) unsigned | NO | Index |
| related_article_id | int(11) | NO | Index |
| sales | int(11) unsigned | NO | Default: 0 |
| Index Name | Columns | Unique |
| article_id | article_id | No |
| bought_combination | article_id,related_article_id | Yes |
| get_also_bought_articles | article_id,sales,related_article_id | No |
| PRIMARY | id | Yes |
| related_article_id | related_article_id | No |