Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
|||
| currencyCode | "employer_commerce"."enum_EmployerCommerce_Currency" | 2147483647 | null |
|
|
|||
| currencyPerPoint | numeric | 0 | null |
|
|
|||
| validFrom | timestamptz | 35,6 | null |
|
|
|||
| createdAt | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PointsCurrencyConversionRates_pkey | Primary key | Asc | id |
| PointsCurrencyConversionRates_currencyCode_validFrom_key | Must be unique | Asc/Asc | currencyCode + validFrom |
