Shopware 6.7.8.1 state_machine
State machine definitions (order, payment, delivery) that govern status transitions.
| 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 | |
| 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)
1 relations
Relations (to this table)
4 relations