Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_engage_answer_option_id_seq'::regclass) |
|
|
||||
| questionid | int8 | 19 | null |
|
|
|||||
| value | varchar | 255 | ''::character varying |
|
|
|||||
| timecreated | int8 | 19 | null |
|
|
|||||
| timemodified | int8 | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_engaanswopti_id_pk | Primary key | Asc | id |
| app_engaanswopti_que_ix | Performance | Asc | questionid |
| app_engaanswopti_tim_ix | Performance | Asc | timecreated |
| app_engaanswopti_val_ix | Performance | Asc | value |

