ExpertClassCategoryJobCategoryMappings


Description

This table is used to map the ExpertClass category to the job category

Columns

Column Type Size Nulls Auto Default Children Parents Comments
jobCategoryId int4 10 null
JobCategories.id ExpertClassCategoryJobCategoryMappings_jobCategoryId_fkey C
expertClassCategoryId uuid 2147483647 null
ExpertClassCategories.id ExpertClassCategoryJobCategoryMappin_expertClassCategoryId_fkey C
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
ExpertClassCategoryJobCategoryMappings_pkey Primary key Asc/Asc jobCategoryId + expertClassCategoryId
ExpertClassCategoryJobCategoryMappings_jobCategoryId_expertClas Must be unique Asc/Asc jobCategoryId + expertClassCategoryId

Relationships