Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| purchaseOrderId | uuid | 2147483647 | null |
|
|
||||||
| subtotal | numeric | 0 | null |
|
|
||||||
| taxPercentage | numeric | 0 | null |
|
|
||||||
| currency | "employer_purchases"."enum_employer_purchases_supported_currencies" | 2147483647 | null |
|
|
||||||
| createdAt | timestamptz | 35,6 | now() |
|
|
||||||
| updatedAt | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PurchaseOrderPricingDetails_pkey | Primary key | Asc | purchaseOrderId |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| PurchaseOrderPricingDetails_subtotal_check | ((subtotal >= (0)::numeric)) |
| PurchaseOrderPricingDetails_taxPercentage_check | (("taxPercentage" >= (0)::numeric)) |



