Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| forum_post_id | serial | 10 | √ | nextval('sgn_people.forum_post_forum_post_id_seq'::regclass) |
|
|
|||||
| person_id | int8 | 19 | √ | null |
|
|
|||||
| post_text | text | 2147483647 | √ | null |
|
|
|||||
| parent_post_id | int8 | 19 | √ | null |
|
|
|||||
| forum_topic_id | int4 | 10 | √ | null |
|
|
|||||
| subject | varchar | 255 | √ | null |
|
|
|||||
| post_time | timestamp | 22 | ('now'::text)::timestamp(6) with time zone |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| forum_post_pkey | Primary key | Asc | forum_post_id |

