CandidacySelectionScheduledFinals


Columns

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

Candidacy id

candidacySelectionScheduledId uuid 2147483647 null
CandidacySelectionScheduleds.id CandidacySelectionScheduledFinals_selectionScheduledId_fkey C

Candidacy schedule id

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

Indexes

Constraint Name Type Sort Column(s)
CandidacySelectionScheduledFinals_pkey Primary key Asc id
CandidacySelectionScheduledFinals_candidacyId_unique_idx Must be unique Asc candidacyId
CandidacySelectionScheduledFinals_selectionScheduledId_idx Performance Asc candidacySelectionScheduledId

Relationships