Shopware 5.7.5 s_product_streams_attributes
Custom attribute extensions for product streams.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| streamID | int(11) unsigned | NO | Index Foreign Key → s_product_streams.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| streamID | streamID | No |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| streamID | s_product_streams | id |
