Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
|||||||||||||||||||||||||||
| userCompanyId | uuid | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
| status | "employer_commerce"."enum_EmployerCommerce_PointsTopUpOrderStatus" | 2147483647 | null |
|
|
|||||||||||||||||||||||||||
| createdAt | timestamptz | 35,6 | null |
|
|
|||||||||||||||||||||||||||
| updatedAt | timestamptz | 35,6 | null |
|
|
|||||||||||||||||||||||||||
| userId | uuid | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
| companyId | uuid | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PointsTopUpOrders_pkey | Primary key | Asc | id |
| employer_commerce_PointsTopUpOrders_companyId_idx | Performance | Asc | companyId |
| employer_commerce_PointsTopUpOrders_status_idx | Performance | Asc | status |
| employer_commerce_PointsTopUpOrders_userCompanyId_idx | Performance | Asc | userCompanyId |
| employer_commerce_PointsTopUpOrders_userId_idx | Performance | Asc | userId |

