← Shopware 6.7.7.1

Shopware 6.7.7.1 state_machine_transition

Columns

8 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
action_name varchar(255) NO Index
state_machine_id binary(16) NO Index Foreign Key → state_machine.id
from_state_id binary(16) NO Index Foreign Key → state_machine_state.id
to_state_id binary(16) NO Index Foreign Key → state_machine_state.id
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

5 indexes

Index Name Columns Unique
idx.state_machine_transition.from_state_id from_state_id No
idx.state_machine_transition.state_machine_id state_machine_id No
idx.state_machine_transition.to_state_id to_state_id No
PRIMARY id Yes
uniq.state_machine_transition.action_name_state_machine action_name,state_machine_id,from_state_id,to_state_id Yes

Relations (from this table)

3 relations

Local Field Foreign Table Foreign Field
from_state_id state_machine_state id
state_machine_id state_machine id
to_state_id state_machine_state id