draft_poll_question

1701 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id varchar 8 null
draft_poll_question_response_option.poll_question_id draft_poll_question_response_option_poll_question_id_fkey R
poll_id varchar 8 null
draft_poll.id draft_poll_question_poll_id_fkey R
created_by varchar 64 null
user.userid draft_poll_question_created_by_fkey R
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

Relationships