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