← Shopware 6.7.7.1

Shopware 6.7.7.1 flow_sequence

Columns

13 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
flow_id binary(16) NO Index Foreign Key → flow.id
app_flow_action_id binary(16) YES Index Foreign Key → app_flow_action.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 json YES
position int NO Default: 1
display_group int NO Default: 1
true_case tinyint(1) NO Default: 0
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

5 indexes

Index Name Columns Unique
fk.flow_sequence.app_flow_action_id app_flow_action_id No
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)

4 relations

Local Field Foreign Table Foreign Field
app_flow_action_id app_flow_action id
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