dp_plan_evidence table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||||
| name | VARCHAR | 255 |
|
|
Name for this item of evidence |
|||||||
| timecreated | BIGINT | 19 | √ | null |
|
|
Timestamp indicating when this evidence item was created |
|||||
| timemodified | BIGINT | 19 | √ | null |
|
|
Timestamp indicating when this evidence item was last modified |
|||||
| usermodified | BIGINT | 19 | √ | null |
|
|
Identifies the user who last modified this item of evidence |
|||||
| evidencetypeid | BIGINT | 19 | √ | null |
|
|
Integer representing the type of this evidence item |
|||||
| userid | BIGINT | 19 | √ | null |
|
|
User whose evidence this is |
|||||
| readonly | BIT | 1 | 0 |
|
|
Table contained -1 rows
dp_plan_evidence table indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| dpplanevid_evi_ix | Performance | Asc | evidencetypeid |
| dpplanevid_use2_ix | Performance | Asc | userid |
| dpplanevid_use_ix | Performance | Asc | usermodified |
