appraisal table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||||||||||||||||
| name | VARCHAR | 255 |
|
|
||||||||||||||||||||
| description | LONGTEXT | 2147483647 | √ | null |
|
|
||||||||||||||||||
| status | BIT | 1 | 0 |
|
|
|||||||||||||||||||
| timefinished | BIGINT | 19 | √ | null |
|
|
timestamp |
|||||||||||||||||
| timestarted | BIGINT | 19 | √ | null |
|
|
timestamp |
Table contained -1 rows
appraisal table indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| appr_nam_ix | Performance | Asc | name |
| appr_sta_ix | Performance | Asc | status |
| appr_tim2_ix | Performance | Asc | timestarted |
| appr_tim_ix | Performance | Asc | timefinished |
