poll_question_response_option

15079 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id varchar 8 null
poll_question_id varchar 8 null
poll_question.id poll_question_response_option_poll_question_id_fkey R
option varchar 512 null
option_type varchar 16 null
is_correct 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_response_option_pkey Primary key Asc id

Relationships