Shopware 6.7.7.1 app_flow_event
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| app_id | binary(16) | NO | Index Foreign Key → app.id |
| name | varchar(255) | NO | Unique |
| aware | json | NO | |
| custom_fields | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.app_flow_event.app_id | app_id | No |
| name | name | Yes |
| PRIMARY | id | Yes |
| uniq.app_flow_event.name | name | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| app_id | app | id |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | flow | app_flow_event_id |
