appraisal_stage table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||||||
appraisalid | BIGINT | 19 | null |
|
|
|||||||||||||
name | VARCHAR | 255 |
|
|
||||||||||||||
description | LONGTEXT | 2147483647 | √ | null |
|
|
||||||||||||
timedue | BIGINT | 19 | √ | null |
|
|
Table contained -1 rows
appraisal_stage table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
apprstag_app_ix | Performance | Asc | appraisalid |
apprstag_nam_ix | Performance | Asc | name |