Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
|||||||||
| userCompanyId | uuid | 2147483647 | √ | null |
|
|
||||||||
| createdAt | timestamptz | 35,6 | now() |
|
|
|||||||||
| userId | uuid | 2147483647 | √ | null |
|
|
||||||||
| companyId | uuid | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| Orders_pkey | Primary key | Asc | id |
| employer_commerce_Orders_companyId_idx | Performance | Asc | companyId |
| employer_commerce_Orders_userCompanyId_idx | Performance | Asc | userCompanyId |
| employer_commerce_Orders_userId_idx | Performance | Asc | userId |

