Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| checkpointid | int8 | 19 | null |
|
|
|||||
| projectid | int8 | 19 | null |
|
|
|||||
| name | varchar | 255 | null |
|
|
|||||
| description | varchar | 1000 | √ | null |
|
|
||||
| creationdate | int8 | 19 | null |
|
|
|||||
| modificationdate | int8 | 19 | null |
|
|
|||||
| duedate | int8 | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| jivepcp_pk | Primary key | Asc | checkpointid |
| jivepcp_fk | Performance | Asc | projectid |