JobJobTitleDrafts


Description

Joined Table.

Columns

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

Primary Key.

JobDraftId uuid 2147483647 null
JobDrafts.id JobJobTitleDrafts_JobDraftId_fkey C

Foreign Key to JobDraft Table.

JobTitleId int4 10 null
JobTitles.id JobJobTitleDrafts_JobTitleId_fkey C

Foreign Key to Job Title Table.

createdAt timestamptz 35,6 null

Entry creation date

updatedAt timestamptz 35,6 null

Datetime of last modification to any attribute

Indexes

Constraint Name Type Sort Column(s)
JobJobTitleDrafts_pkey Primary key Asc id
JobJobTitleDrafts_JobDraftId_JobTitleId_key Must be unique Asc/Asc JobDraftId + JobTitleId

Relationships