JobProducts


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
JobProductInventories.productId JobProductInventories_productId_fkey R
JobProductInventoryLogs.productId JobProductInventoryLogs_productId_fkey C
ProductUsageJobProductBenefits.jobProductId ProductUsageJobProductBenefits_jobProductId_fkey C
type "employer_purchases"."enum_employer_purchases_JobProducts_type" 2147483647 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
JobProducts_pkey Primary key Asc id
JobProducts_type_key Must be unique Asc type

Relationships