Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | varchar | 8 | null |
|
|
||||||
poll_question_id | varchar | 8 | null |
|
|
||||||
option | varchar | 512 | √ | null |
|
|
|||||
option_type | varchar | 16 | null |
|
|
||||||
is_correct | bool | 1 | √ | null |
|
|
|||||
order_index | int4 | 10 | √ | null |
|
|
|||||
active | bool | 1 | null |
|
|
||||||
created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
updated_at | timestamptz | 35,6 | √ | now() |
|
|