Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| installed_rank | int4 | 10 | null |
|
|
The version of the flyway schema. |
||
| version | varchar | 50 | √ | null |
|
|
The version of the BattDB schema. |
|
| description | varchar | 200 | null |
|
|
The description of the BattDB schema. |
||
| type | varchar | 20 | null |
|
|
The type of migration. |
||
| script | varchar | 1000 | null |
|
|
The name of the migration script. |
||
| checksum | int4 | 10 | √ | null |
|
|
The checksum of the migration script. |
|
| installed_by | varchar | 100 | null |
|
|
The user who installed the migration script. |
||
| installed_on | timestamp | 29,6 | now() |
|
|
The date the migration script was installed. |
||
| execution_time | int4 | 10 | null |
|
|
The time it took to execute the migration script. |
||
| success | bool | 1 | null |
|
|
Whether or not the migration script was successful. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| flyway_schema_history_pk | Primary key | Asc | installed_rank |
| flyway_schema_history_s_idx | Performance | Asc | success |
