appraisal_scale_value table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
appraisalscaleid | BIGINT | 19 | null |
|
|
|||||
name | VARCHAR | 255 | √ | null |
|
|
||||
score | BIGINT | 19 | √ | null |
|
|
Table contained -1 rows
appraisal_scale_value table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
apprscalvalu_app_ix | Performance | Asc | appraisalscaleid |
apprscalvalu_appnamsco_uix | Must be unique | Asc/Asc/Asc | appraisalscaleid + name + score |