Shopware 6.7.7.1 state_machine_history
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| state_machine_id | binary(16) | NO | Index Foreign Key → state_machine.id |
| entity_name | varchar(100) | NO | |
| 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 |
| action_name | varchar(255) | NO | |
| user_id | binary(16) | YES | Index Foreign Key → user.id |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| referenced_id | binary(16) | NO | Index |
| referenced_version_id | binary(16) | NO | |
| integration_id | binary(16) | YES | Index Foreign Key → integration.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.state_machine_history.from_state_id | from_state_id | No |
| fk.state_machine_history.integration_id | integration_id | No |
| fk.state_machine_history.state_machine_id | state_machine_id | No |
| fk.state_machine_history.to_state_id | to_state_id | No |
| fk.state_machine_history.user_id | user_id | No |
| idx.state_machine_history.referenced_entity | referenced_id,referenced_version_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| from_state_id | state_machine_state | id |
| integration_id | integration | id |
| state_machine_id | state_machine | id |
| to_state_id | state_machine_state | id |
| user_id | user | id |
