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 |
|
|
|||||||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
||||||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
||||||||
| order_index | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| poll_question_pkey | Primary key | Asc | id |