SWDB
← Versions / 6.4.5.0 /

flow_sequence

Fields (12)

Name Type Null Key Default Extra
id binary(16) NO PRI NULL
flow_id binary(16) NO MUL NULL
parent_id binary(16) YES MUL NULL
rule_id binary(16) YES MUL NULL
action_name varchar(255) YES NULL
config longtext YES NULL
position int(11) NO 1
display_group int(11) NO 1
true_case tinyint(1) NO 0
custom_fields longtext YES NULL
created_at datetime(3) NO NULL
updated_at datetime(3) YES NULL

Indexes (4)

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

flow_id flow . id
parent_id flow_sequence . id
rule_id rule . id

Referenced By (1)

flow_sequence . parent_id id