Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_survey_answers_id_seq'::regclass) |
|
|
|||||
userid | int8 | 19 | 0 |
|
|
||||||
survey | int8 | 19 | 0 |
|
|
||||||
question | int8 | 19 | 0 |
|
|
||||||
time | int8 | 19 | 0 |
|
|
||||||
answer1 | text | 2147483647 | null |
|
|
||||||
answer2 | text | 2147483647 | null |
|
|