Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | varchar | 8 | null |
|
|
||||||
| poll_id | varchar | 8 | null |
|
|
||||||
| created_by | varchar | 64 | null |
|
|
||||||
| question_type | varchar | 32 | √ | null |
|
|
|||||
| question_score | int4 | 10 | √ | null |
|
|
|||||
| choice_type | varchar | 32 | √ | null |
|
|
|||||
| question | varchar | 512 | √ | null |
|
|
|||||
| is_response_anonymous | bool | 1 | null |
|
|
||||||
| is_mandatory | bool | 1 | null |
|
|
||||||
| order_index | int4 | 10 | √ | null |
|
|
|||||
| active | bool | 1 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| draft_poll_question_pkey | Primary key | Asc | id |