← Shopware 6.4.6.1

Shopware 6.4.6.1 flow_sequence

Ordered sequence of actions, conditions, and branches within a Flow Builder flow.

Columns

12 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
flow_id binary(16) NO Index Foreign Key → flow.id
parent_id binary(16) YES Index Foreign Key → flow_sequence.id
rule_id binary(16) YES Index Foreign Key → rule.id
action_name varchar(255) YES
config longtext YES
position int(11) NO Default: 1
display_group int(11) NO Default: 1
true_case tinyint(1) NO Default: 0
custom_fields longtext YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

4 indexes

Index Name Columns Unique
fk.flow_sequence.flow_id flow_id No
fk.flow_sequence.parent_id parent_id No
fk.flow_sequence.rule_id rule_id No
PRIMARY id Yes

Relations (from this table)

3 relations

Local Field Foreign Table Foreign Field
flow_id flow id
parent_id flow_sequence id
rule_id rule id

Relations (to this table)

1 relations

Local Field Foreign Table Foreign Field
id flow_sequence parent_id