Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_choice_id_seq'::regclass) |
|
|
||||||
course | int8 | 19 | 0 |
|
|
|||||||
name | varchar | 255 | ''::character varying |
|
|
|||||||
intro | text | 2147483647 | null |
|
|
|||||||
introformat | int2 | 5 | 0 |
|
|
|||||||
publish | int2 | 5 | 0 |
|
|
|||||||
showresults | int2 | 5 | 0 |
|
|
|||||||
display | int2 | 5 | 0 |
|
|
|||||||
allowupdate | int2 | 5 | 0 |
|
|
|||||||
allowmultiple | int2 | 5 | 0 |
|
|
|||||||
showunanswered | int2 | 5 | 0 |
|
|
|||||||
includeinactive | int2 | 5 | 1 |
|
|
|||||||
limitanswers | int2 | 5 | 0 |
|
|
|||||||
timeopen | int8 | 19 | 0 |
|
|
|||||||
timeclose | int8 | 19 | 0 |
|
|
|||||||
showpreview | int2 | 5 | 0 |
|
|
|||||||
timemodified | int8 | 19 | 0 |
|
|
|||||||
completionsubmit | int2 | 5 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_choi_id_pk | Primary key | Asc | id |
app_choi_cou_ix | Performance | Asc | course |