Shopware 6.7.7.1 version_commit
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| auto_increment | bigint | NO | Unique, auto_increment |
| is_merge | tinyint(1) | NO | Default: 0 |
| message | varchar(5000) | YES | |
| user_id | binary(16) | YES | |
| integration_id | binary(16) | YES | |
| version_id | binary(16) | NO | |
| created_at | datetime(3) | NO | Index |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| auto_increment | auto_increment | Yes |
| idx.version_commit.created_at | created_at | No |
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | version_commit_data | version_commit_id |
