CandidacySelectionHappeneds


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
conductedAt timestamptz 35,6 null
note text 2147483647 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()
recruiterId uuid 2147483647 null
Recruiters.id CandidacySelectionHappeneds_recruiterId_fkey R
candidacySelectionScheduledId uuid 2147483647 null
CandidacySelectionScheduleds.id CandidacySelectionHappeneds_candidacySelectionScheduledId_fkey C

Indexes

Constraint Name Type Sort Column(s)
CandidacySelectionHappeneds_pkey Primary key Asc id
CandidacySelectionHappeneds_candidacySelectionScheduledId_key Must be unique Asc candidacySelectionScheduledId
CandidacySelectionHappeneds_recruiterId_idx Performance Asc recruiterId

Relationships