Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||
| companyId | uuid | 2147483647 | √ | null |
|
|
|||||
| productId | uuid | 2147483647 | null |
|
|
||||||
| creditPurchaseOrderId | uuid | 2147483647 | √ | null |
|
|
|||||
| createdAt | timestamptz | 35,6 | now() |
|
|
||||||
| updatedAt | timestamptz | 35,6 | now() |
|
|
||||||
| creditProductPurchaseOrderId | uuid | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PendingPurchaseOrders_pkey | Primary key | Asc | id |
| PendingPurchaseOrders_companyId_productId_idx | Performance | Asc/Asc | companyId + productId |



