dp_objective_settings table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
templateid | BIGINT | 19 | null |
|
|
|||||
duedatemode | SMALLINT | 5 | 0 |
|
|
|||||
prioritymode | SMALLINT | 5 | 0 |
|
|
|||||
priorityscale | BIGINT | 19 | √ | null |
|
|
||||
objectivescale | BIGINT | 19 | √ | null |
|
|
Table contained -1 rows
dp_objective_settings table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
dpobjesett_obj_ix | Performance | Asc | objectivescale |
dpobjesett_pri_ix | Performance | Asc | priorityscale |
dpobjesett_tem_ix | Performance | Asc | templateid |