Shopware 6.7.7.1 state_machine
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| technical_name | varchar(255) | NO | Unique |
| initial_state_id | binary(16) | YES | Index Foreign Key → state_machine_state.id |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.state_machine.initial_state_id | initial_state_id | No |
| PRIMARY | id | Yes |
| uniq.state_machine.technical_name | technical_name | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| initial_state_id | state_machine_state | id |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | state_machine_history | state_machine_id |
| id | state_machine_state | state_machine_id |
| id | state_machine_transition | state_machine_id |
| id | state_machine_translation | state_machine_id |
