dp_plan_program_assign table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
planid | BIGINT | 19 | null |
|
|
Identifies the plan this program is attached to |
||||
programid | BIGINT | 19 | null |
|
|
Identifies the program being assigned |
||||
priority | BIGINT | 19 | √ | null |
|
|
Identifies the priority of this program within the current plan. |
|||
duedate | BIGINT | 19 | √ | null |
|
|
Timestamp of the date this program is due to be completed. |
|||
approved | SMALLINT | 5 | 0 |
|
|
Indicates if the program has been accepted as part of a plan, or is awaiting approval. |
||||
reasonfordecision | LONGTEXT | 2147483647 | √ | null |
|
|
The reason for approving/declining the request |
|||
manual | BIT | 1 | 0 |
|
|
Was this assignment made manually |
Table contained -1 rows
dp_plan_program_assign table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
dpplanprogassi_pla_ix | Performance | Asc | planid |
dpplanprogassi_plapro_uix | Must be unique | Asc/Asc | planid + programid |
dpplanprogassi_pri_ix | Performance | Asc | priority |
dpplanprogassi_pro_ix | Performance | Asc | programid |