Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_choice_answers_id_seq'::regclass) |
|
|
||||
choiceid | int8 | 19 | 0 |
|
|
|||||
userid | int8 | 19 | 0 |
|
|
|||||
optionid | int8 | 19 | 0 |
|
|
|||||
timemodified | int8 | 19 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_choiansw_id_pk | Primary key | Asc | id |
app_choiansw_cho_ix | Performance | Asc | choiceid |
app_choiansw_opt_ix | Performance | Asc | optionid |
app_choiansw_use_ix | Performance | Asc | userid |