UserRound

867 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('"UserRound_id_seq"'::regclass)
round_id int4 10 null
InterviewRounds.id UserRound_round_id_fkey C
job_id int4 10 null
Jobs.id UserRound_job_id_fkey C
userId int4 10 null
User.id UserRound_userId_fkey C
status enum_UserRound_status 2147483647 null
createdAt timestamptz 35,6 CURRENT_TIMESTAMP
updatedAt timestamptz 35,6 CURRENT_TIMESTAMP
roundName varchar 255 null
zoomLink json 2147483647 null
uuid uuid 2147483647 null
internalNotes json 2147483647 null
roundDate timestamptz 35,6 null
currentRound bool 1 false
rejectReason text 2147483647 null
isMovedByAdminDetail json 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
UserRound_pkey Primary key Asc id
UserRound_uuid_key Must be unique Asc uuid

Relationships