Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_choice_options_id_seq'::regclass) |
|
|
|||||
choiceid | int8 | 19 | 0 |
|
|
||||||
text | text | 2147483647 | √ | null |
|
|
|||||
maxanswers | int8 | 19 | √ | 0 |
|
|
|||||
timemodified | int8 | 19 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_choiopti_id_pk | Primary key | Asc | id |
app_choiopti_cho_ix | Performance | Asc | choiceid |