← Shopware 6.7.7.1

Shopware 6.7.7.1 state_machine_translation

Columns

6 columns

Column Type Nullable Additional
language_id binary(16) NO Primary Key Foreign Key → language.id
state_machine_id binary(16) NO Primary Key Foreign Key → state_machine.id
name varchar(255) YES
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

3 indexes

Index Name Columns Unique
idx.state_machine_translation.language language_id No
idx.state_machine_translation.state_machine state_machine_id No
PRIMARY language_id,state_machine_id Yes

Relations (from this table)

2 relations

Local Field Foreign Table Foreign Field
language_id language id
state_machine_id state_machine id