CandidateFiles


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
Candidates.resumeId Candidates_resumeId_fkey N
candidateId uuid 2147483647 null
Candidates.id CandidateFiles_candidateId_fkey C
type "glints_match"."enum_CandidateFiles_type" 2147483647 null
url text 2147483647 null
extractedText text 2147483647 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()
deletedAt timestamptz 35,6 null
createdByRecruiterId uuid 2147483647 null
Recruiters.id CandidateFiles_createdByRecruiterId_fkey N
updatedByRecruiterId uuid 2147483647 null
Recruiters.id CandidateFiles_updatedByRecruiterId_fkey N
filename text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
CandidateFiles_pkey Primary key Asc id
CandidateFiles_candidateId_idx Performance Asc candidateId

Relationships