dp_plan_settings table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||
templateid | BIGINT | 19 | null |
|
|
Identifies the template these settings should be applied to |
||
manualcomplete | SMALLINT | 5 | 1 |
|
|
Flag to identify if a plan must be completed manually |
||
autobyitems | SMALLINT | 5 | 0 |
|
|
Flag to identify if a plan should autocomplete when all items have been completed |
||
autobyplandate | SMALLINT | 5 | 0 |
|
|
Flag to identify if a plan should autocomplete when due date has passed |
Table contained -1 rows
dp_plan_settings table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
dpplansett_tem_uix | Must be unique | Asc | templateid |