Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_lesson_answers_id_seq'::regclass) |
|
|
||||
lessonid | int8 | 19 | 0 |
|
|
|||||
pageid | int8 | 19 | 0 |
|
|
|||||
jumpto | int8 | 19 | 0 |
|
|
|||||
grade | int2 | 5 | 0 |
|
|
|||||
score | int8 | 19 | 0 |
|
|
|||||
flags | int2 | 5 | 0 |
|
|
|||||
timecreated | int8 | 19 | 0 |
|
|
|||||
timemodified | int8 | 19 | 0 |
|
|
|||||
answer | text | 2147483647 | √ | null |
|
|
||||
answerformat | int2 | 5 | 0 |
|
|
|||||
response | text | 2147483647 | √ | null |
|
|
||||
responseformat | int2 | 5 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_lessansw_id_pk | Primary key | Asc | id |
app_lessansw_les_ix | Performance | Asc | lessonid |
app_lessansw_pag_ix | Performance | Asc | pageid |