Shopware 6.7.7.1 flow
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| name | varchar(255) | NO | |
| description | mediumtext | YES | |
| event_name | varchar(255) | NO | Index |
| priority | int | NO | Default: 1 |
| payload | longblob | YES | |
| invalid | tinyint(1) | NO | Default: 0 |
| active | tinyint(1) | NO | Default: 0 |
| custom_fields | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| app_flow_event_id | binary(16) | YES | Index Foreign Key → app_flow_event.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.flow.app_flow_event_id | app_flow_event_id | No |
| idx.flow.event_name | event_name,priority | No |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| app_flow_event_id | app_flow_event | id |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | flow_sequence | flow_id |
