Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_survey_id_seq'::regclass) |
|
|
||||||||
course | int8 | 19 | 0 |
|
|
|||||||||
template | int8 | 19 | 0 |
|
|
|||||||||
days | int4 | 10 | 0 |
|
|
|||||||||
timecreated | int8 | 19 | 0 |
|
|
|||||||||
timemodified | int8 | 19 | 0 |
|
|
|||||||||
name | varchar | 255 | ''::character varying |
|
|
|||||||||
intro | text | 2147483647 | null |
|
|
|||||||||
introformat | int2 | 5 | 0 |
|
|
|||||||||
questions | varchar | 255 | ''::character varying |
|
|
|||||||||
completionsubmit | int2 | 5 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_surv_id_pk | Primary key | Asc | id |
app_surv_cou_ix | Performance | Asc | course |