Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||
| expertClassInAppProductId | varchar | 140 | null |
|
|
||||||
| price | numeric | 19,4 | null |
|
|
Price in which in-app product to be sold |
|||||
| currencyCode | enum_ExpertClass_supported_currencyCode | 2147483647 | null |
|
|
ISO 4217 Currency code for supported currency for In-app products |
|||||
| createdAt | timestamptz | 35,6 | now() |
|
|
||||||
| updatedAt | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ExpertClassInAppPrices_pkey | Primary key | Asc | id |
| ExpertClassInAppPrices_expertClassInAppProductId_currency_uniqu | Must be unique | Asc/Asc | expertClassInAppProductId + currencyCode |
| ExpertClassInAppPrices_expertClassInAppProductId_idx | Performance | Asc | expertClassInAppProductId |
| ExpertClassInAppPrices_price_currencyCode_unique_index | Must be unique | Asc/Asc | price + currencyCode |

