Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_workspace_discussion_id_seq'::regclass) |
|
|
||||
course_id | int8 | 19 | null |
|
|
|||||
user_id | int8 | 19 | null |
|
|
|||||
content | text | 2147483647 | √ | null |
|
|
||||
content_format | int8 | 19 | null |
|
|
|||||
content_text | text | 2147483647 | √ | null |
|
|
||||
time_pinned | int8 | 19 | √ | null |
|
|
||||
time_created | int8 | 19 | null |
|
|
|||||
time_modified | int8 | 19 | √ | null |
|
|
||||
time_deleted | int8 | 19 | √ | null |
|
|
||||
reason_deleted | int2 | 5 | √ | null |
|
|
||||
timestamp | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_workdisc_id_pk | Primary key | Asc | id |
app_workdisc_cou_ix | Performance | Asc | course_id |
app_workdisc_use_ix | Performance | Asc | user_id |