poll_question

4346 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id varchar 8 null
poll_question_response.poll_question_id poll_question_response_poll_question_id_fkey R
poll_question_response_option.poll_question_id poll_question_response_option_poll_question_id_fkey R
poll_id varchar 8 null
poll.id poll_question_poll_id_fkey R
created_by varchar 64 null
user.userid 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
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

Relationships