CandidateExperiences


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
UserId uuid 2147483647 null
Users.id CandidateExperiences_UserId_fkey C
type enum_CandidateExperience_type 2147483647 null
details jsonb 2147483647 null
source enum_CandidateExperience_source 2147483647 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
CandidateExperiences_pkey Primary key Asc id
CandidateExperiences_UserId_idx Performance Asc UserId
CandidateExperiences_UserId_type_source_profile Must be unique Asc/Asc/Asc UserId + type + source

Relationships