Shopware 6.3.1.1 migration
Tracks executed database migration versions to prevent re-running migrations.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| class | varchar(255) | NO | Primary Key |
| creation_timestamp | int(8) | NO | |
| update | timestamp(6) | YES | |
| update_destructive | timestamp(6) | YES | |
| message | text | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | class | Yes |
