JobOrderMarketplaceListings


Description

This table contains jobs that have to be published to marketplace along with configs.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
jobOrderId uuid 2147483647 null
JobOrders.id JobOrderMarketplaceListings_jobOrderId_fkey C
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()
showCompanyName bool 1 true
showSalaryInformation bool 1 true

Indexes

Constraint Name Type Sort Column(s)
JobOrderMarketplaceListings_pkey Primary key Asc id
JobOrderMarketplaceListings_jobOrderId_key Must be unique Asc jobOrderId
superpowered_JobOrderMarketplaceListings_jobOrderId_idx Performance Asc jobOrderId

Relationships