user_poll_attempt_score

808 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('user_poll_attempt_score_id_seq'::regclass)
user_id varchar 64 null
user.userid user_poll_attempt_score_user_id_fkey R
poll_id varchar 8 null
poll.id user_poll_attempt_score_poll_id_fkey R
attempt_index int4 10 null
points_scored int4 10 null
total_score int4 10 null
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()

Indexes

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

Relationships