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 |
|
|