Shopware 5.7.1 s_product_streams
Dynamic product groups (streams) defined by filter conditions for automatic product selection.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) unsigned | NO | Primary Key, auto_increment |
| name | varchar(255) | NO | |
| conditions | text | YES | |
| type | int(11) | YES | |
| sorting | text | YES | |
| description | text | YES | |
| sorting_id | int(11) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | s_categories | stream_id |
| id | s_product_streams_articles | stream_id |
| id | s_product_streams_attributes | streamID |
| id | s_product_streams_selection | stream_id |
