JobOrderIndustryPreferences


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
jobOrderId uuid 2147483647 null
JobOrders.id JobOrderIndustryPreferences_jobOrderId_fkey C
industryId int4 10 null
IndustriesV2.id JobOrderIndustryPreferences_industryId_fkey C
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
JobOrderIndustryPreferences_pkey Primary key Asc id
JobOrderIndustryPreferences_jobOrderId_industryId Must be unique Asc/Asc jobOrderId + industryId

Relationships