Shopware 5.7.1 s_customer_streams
Customer streams (segments) defined by filter conditions — dynamic customer groups.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) unsigned | NO | Primary Key, auto_increment |
| name | varchar(255) | NO | |
| conditions | longtext | YES | |
| description | text | YES | |
| freeze_up | datetime | YES | |
| static | int(1) | YES | Default: 0 |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | s_customer_streams_attributes | streamID |
