Shopware 6.7.8.0 state_machine_state
Individual states within a state machine (e.g. 'open', 'paid', 'shipped', 'cancelled').
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| technical_name | varchar(255) | NO | Index |
| state_machine_id | binary(16) | NO | Index
Foreign Key → state_machine.id |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| idx.state_machine_state.state_machine_id | state_machine_id | No |
| PRIMARY | id | Yes |
| uniq.technical_name_state_machine | technical_name,state_machine_id | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| state_machine_id | state_machine | id |
Relations (to this table)
11 relations