Shopware 5.7.17 s_customer_streams_attributes
Custom attribute extensions for customer streams.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| streamID | int(11) unsigned | NO | Index Foreign Key → s_customer_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_customer_streams | id |
