Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
installed_rank | INT | 10 | null |
|
|
|||
version | VARCHAR | 50 | √ | null |
|
|
||
description | VARCHAR | 200 | null |
|
|
|||
type | VARCHAR | 20 | null |
|
|
|||
script | VARCHAR | 1000 | null |
|
|
|||
checksum | INT | 10 | √ | null |
|
|
||
installed_by | VARCHAR | 100 | null |
|
|
|||
installed_on | TIMESTAMP | 19 | current_timestamp() |
|
|
|||
execution_time | INT | 10 | null |
|
|
|||
success | BIT | 1 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | installed_rank |
schema_version_s_idx | Performance | Asc | success |