Shopware 6.7.8.0 product_cross_selling
Cross-selling definitions on products (e.g. 'Accessories', 'Similar items') with sorting and type.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| type | varchar(255) | NO | |
| position | int | NO | |
| sort_by | varchar(255) | NO | |
| sort_direction | varchar(255) | NO | |
| active | tinyint(1) | YES | Default: 0 |
| limit | int | NO | Default: 24 |
| product_id | binary(16) | NO | Index
Foreign Key → product.id |
| product_version_id | binary(16) | NO |
Foreign Key → product.version_id |
| product_stream_id | binary(16) | YES | Index
Foreign Key → product_stream.id |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.product_cross_selling.product_id | product_id,product_version_id | No |
| fk.product_cross_selling.product_stream_id | product_stream_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
3 relations
Relations (to this table)
2 relations