CandidacyComments


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
candidacyId uuid 2147483647 null
Candidacies.id CandidacyComments_candidacyId_fkey R

Candidacy id where the comment was placed against

createdByRecruiterId uuid 2147483647 null
Recruiters.id CandidacyComments_createdByRecruiterId_fkey R

Recruiter id who placed the comment

comment text 2147483647 null

Comment for the candidacy placed by the recruiter

createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
CandidacyComments_pkey Primary key Asc id
CandidacyComments_candidacyId_idx Performance Asc candidacyId
CandidacyComments_createdByRecruiterId_idx Performance Asc createdByRecruiterId

Relationships