TalentHuntJobInfoLogs


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()

A unique identifier for this log entry.

JobId uuid 2147483647 null
TalentHuntJobInfo.JobId Implied Constraint R

The affected Job ID.

isJobPrioritizedWithinCompany bool 1 null

Similar to the similarly-named field in the TalentHuntJobInfo table.

createdAt timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
TalentHuntJobInfoLogs_pkey Primary key Asc id
TalentHuntJobInfoLogs_createdAt_idx Performance Asc createdAt
TalentHuntJobInfoLogs_JobId_idx Performance Asc JobId

Relationships