Shopware 6.7.7.1 product_stream
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| api_filter | json | YES | |
| invalid | tinyint(1) | NO | Default: 1 |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | category | product_stream_id |
| id | product_cross_selling | product_stream_id |
| id | product_export | product_stream_id |
| id | product_stream_filter | product_stream_id |
| id | product_stream_mapping | product_stream_id |
| id | product_stream_translation | product_stream_id |
