← Shopware 6.7.7.1

Shopware 6.7.7.1 flow

Columns

12 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

3 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)

1 relations

Local Field Foreign Table Foreign Field
app_flow_event_id app_flow_event id

Relations (to this table)

1 relations

Local Field Foreign Table Foreign Field
id flow_sequence flow_id