Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_lesson_attempts_id_seq'::regclass) |
|
|
||||
lessonid | int8 | 19 | 0 |
|
|
|||||
pageid | int8 | 19 | 0 |
|
|
|||||
userid | int8 | 19 | 0 |
|
|
|||||
answerid | int8 | 19 | 0 |
|
|
|||||
retry | int2 | 5 | 0 |
|
|
|||||
correct | int8 | 19 | 0 |
|
|
|||||
useranswer | text | 2147483647 | √ | null |
|
|
||||
timeseen | int8 | 19 | 0 |
|
|