CandidacySourceds


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
source "superpowered"."enum_CandidacySourceds_source" 2147483647 null
note text 2147483647 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()
recruiterId uuid 2147483647 null
Recruiters.id CandidacySourceds_recruiterId_fkey R
candidacyId uuid 2147483647 null
Candidacies.id CandidacySourceds_candidacyId_fkey C
isRecommendedBySupersource bool 1 false

Indexes

Constraint Name Type Sort Column(s)
CandidacySourceds_pkey Primary key Asc id
CandidacySourceds_candidacyId_key Must be unique Asc candidacyId
CandidacySourceds_recruiterId_idx Performance Asc recruiterId

Relationships