dp_priority_scale table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||||||||
| name | VARCHAR | 255 | √ | null |
|
|
Defines the name of the priority scale |
|||||||||
| description | LONGTEXT | 2147483647 | null |
|
|
Description of the priority scale |
||||||||||
| timemodified | BIGINT | 19 | null |
|
|
Identifies the last time this scale was modified |
||||||||||
| usermodified | BIGINT | 19 | null |
|
|
Identifies the id of the user who last modified the priority scale |
||||||||||
| defaultid | BIGINT | 19 | √ | null |
|
|
Identifies the id of the default scale value |
|||||||||
| sortorder | BIGINT | 19 | null |
|
|
Table contained -1 rows
dp_priority_scale table indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| dpprioscal_def_ix | Performance | Asc | defaultid |
| dpprioscal_use_ix | Performance | Asc | usermodified |
