poll_question_response

2416 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('poll_question_response_id_seq'::regclass)
attempt_index int4 10 null
poll_question_id varchar 8 null
poll_question.id poll_question_response_poll_question_id_fkey R
user_id varchar 64 null
user.userid poll_question_response_user_id_fkey R
poll_id varchar 8 null
poll.id poll_question_response_poll_id_fkey R
user_response_option_ids _varchar 8 null
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
poll_question_response_pkey Primary key Asc id

Relationships