Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_question_numerical_id_seq'::regclass) |
|
|
||||
| question | int8 | 19 | 0 |
|
|
|||||
| answer | int8 | 19 | 0 |
|
|
|||||
| tolerance | varchar | 255 | '0.0'::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_quesnume_id_pk | Primary key | Asc | id |
| app_quesnume_ans_ix | Performance | Asc | answer |
| app_quesnume_que_ix | Performance | Asc | question |

