Shopware 6.7.8.0 version_commit_data
Individual entity field changes within a version commit (the actual diff data).
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| auto_increment | bigint | NO | Unique, auto_increment |
| version_commit_id | binary(16) | NO | Index
Foreign Key → version_commit.id |
| entity_name | varchar(100) | NO | |
| entity_id | json | NO | |
| action | varchar(100) | NO | |
| payload | json | NO | |
| user_id | binary(16) | YES | |
| integration_id | binary(16) | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| auto_increment | auto_increment | Yes |
| fk.version_commit_data.version_commit_id | version_commit_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| version_commit_id | version_commit | id |