Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| forum_topic_id | serial | 10 | √ | nextval('sgn_people.forum_topic_forum_topic_id_seq'::regclass) |
|
|
|||||
| person_id | int8 | 19 | √ | null |
|
|
|||||
| topic_name | varchar | 255 | √ | null |
|
|
|||||
| parent_topic | int8 | 19 | √ | null |
|
|
|||||
| topic_class | varchar | 255 | √ | null |
|
|
|||||
| page_type | varchar | 10 | √ | null |
|
|
|||||
| page_object_id | int8 | 19 | √ | null |
|
|
|||||
| topic_description | text | 2147483647 | √ | null |
|
|
|||||
| sort_order | varchar | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| forum_topic_pkey | Primary key | Asc | forum_topic_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| person_id_check | ((person_id IS NOT NULL)) |

