comp_scale_values table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||||
name | LONGTEXT | 2147483647 | null |
|
|
|||||||||||
idnumber | VARCHAR | 100 | √ | null |
|
|
||||||||||
description | LONGTEXT | 2147483647 | √ | null |
|
|
||||||||||
scaleid | BIGINT | 19 | null |
|
|
|||||||||||
numericscore | DECIMAL | 10,5 | √ | null |
|
|
||||||||||
sortorder | BIGINT | 19 | null |
|
|
|||||||||||
timemodified | BIGINT | 19 | null |
|
|
|||||||||||
usermodified | BIGINT | 19 | null |
|
|
|||||||||||
proficient | TINYINT | 3 | 0 |
|
|
Table contained -1 rows
comp_scale_values table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
compscalvalu_sca_ix | Performance | Asc | scaleid |