dp_plan table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||||||||||||
| templateid | BIGINT | 19 | null |
|
|
Identifies the template used by this plan. |
||||||||||||||
| userid | BIGINT | 19 | null |
|
|
ID of the user this plan is for |
||||||||||||||
| name | VARCHAR | 255 | √ | null |
|
|
Name of this development plan |
|||||||||||||
| description | LONGTEXT | 2147483647 | √ | null |
|
|
Description of this development plan |
|||||||||||||
| startdate | BIGINT | 19 | √ | null |
|
|
Timestamp of the start date of this plan |
|||||||||||||
| enddate | BIGINT | 19 | √ | null |
|
|
Timestamp of the end date of this plan |
|||||||||||||
| timecompleted | BIGINT | 19 | √ | null |
|
|
Timestamp of the completed date plan |
|||||||||||||
| status | SMALLINT | 5 | null |
|
|
Integer code indicating the state of the plan |
||||||||||||||
| createdby | BIT | 1 | 0 |
|
|
Integer to identify if the plan has been create by an automatic process |
Table contained -1 rows
dp_plan table indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| dpplan_tem_ix | Performance | Asc | templateid |
| dpplan_use_ix | Performance | Asc | userid |
