PollVotes


Columns

Column Type Size Nulls Auto Default Children Parents Comments
UserId uuid 2147483647 null
Users.id PollVotes_UserId_fkey R

composite primary key, foreign key reference to public.“Users”

PollOptionId uuid 2147483647 null
PollOptions.id PollVotes_PollOptionId_fkey C

composite primary key, foreign key reference to qn_ans."PollOptions

createdAt timestamptz 35,6 now()

created time

deletedAt timestamptz 35,6 null
id uuid 2147483647 public.gen_random_uuid()
PollVoteNotifications.PollVoteId PollVoteNotifications_PollVoteId_fkey R

Indexes

Constraint Name Type Sort Column(s)
PollVotes_pkey Primary key Asc id
PollVotes_UserId_PollOptionId_key Must be unique Asc/Asc UserId + PollOptionId
qn_ans_PollVotes_PollOptionId_idx Performance Asc PollOptionId

Relationships