Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_question_response_analysis_id_seq'::regclass) |
|
|
||||
| hashcode | varchar | 40 | ''::character varying |
|
|
|||||
| whichtries | varchar | 255 | ''::character varying |
|
|
|||||
| timemodified | int8 | 19 | null |
|
|
|||||
| questionid | int8 | 19 | null |
|
|
|||||
| variant | int8 | 19 | √ | null |
|
|
||||
| subqid | varchar | 100 | ''::character varying |
|
|
|||||
| aid | varchar | 100 | √ | null |
|
|
||||
| response | text | 2147483647 | √ | null |
|
|
||||
| credit | numeric | 15,5 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_quesrespanal_id_pk | Primary key | Asc | id |
