Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| blogpostid | int8 | 19 | null |
|
|
|||||
| blogid | int8 | 19 | null |
|
|
|||||
| userid | int8 | 19 | null |
|
|
|||||
| subject | varchar | 255 | √ | null |
|
|
||||
| permalink | varchar | 255 | √ | null |
|
|
||||
| body | text | 2147483647 | √ | null |
|
|
||||
| status | int4 | 10 | null |
|
|
|||||
| commentstatus | int4 | 10 | null |
|
|
|||||
| publishdate | int8 | 19 | null |
|
|
|||||
| creationdate | int8 | 19 | null |
|
|
|||||
| modificationdate | int8 | 19 | null |
|
|
|||||
| minoredit | int2 | 5 | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| jiveblgpst_pk | Primary key | Asc | blogpostid |
| jiveblgpst_b_idx | Performance | Asc | blogid |
| jiveblgpst_c_idx | Performance | Asc | creationdate |
| jiveblgpst_m_idx | Performance | Asc | modificationdate |
| jiveblgpst_p_idx | Performance | Asc | permalink |
| jiveblgpst_pd_idx | Performance | Asc | publishdate |
| jiveblgpst_u_idx | Performance | Asc | userid |