Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| draftid | int8 | 19 | null |
|
|
|||||||
| drafttype | int4 | 10 | null |
|
|
|||||||
| objecttype | int4 | 10 | √ | null |
|
|
||||||
| objectid | int8 | 19 | null |
|
|
|||||||
| userid | int8 | 19 | √ | null |
|
|
||||||
| subject | varchar | 255 | √ | null |
|
|
||||||
| body | text | 2147483647 | √ | null |
|
|
||||||
| modificationdate | int8 | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| jivedraft_pk | Primary key | Asc | draftid |
| jvdrft_mdate_idx | Performance | Asc | modificationdate |
| jvdrft_objtd_idx | Performance | Asc | objectid |
| jvdrft_usrid_idx | Performance | Asc | userid |