Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_question_shortanswer_id_seq'::regclass) |
|
|
||||
| question | int8 | 19 | 0 |
|
|
|||||
| answers | varchar | 255 | ''::character varying |
|
|
|||||
| usecase | int2 | 5 | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_quesshor_id_pk | Primary key | Asc | id |
| app_quesshor_que_ix | Performance | Asc | question |

