Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | public.gen_random_uuid() |
|
|
||||||||||||
| UserId | uuid | 2147483647 | √ | null |
|
|
|||||||||||
| sourceType | enum_OdysseyPointAllocations_sourceType | 2147483647 | null |
|
|
||||||||||||
| value | int4 | 10 | null |
|
|
||||||||||||
| createdAt | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| OdysseyPointAllocations_pkey | Primary key | Asc | id |
| OdysseyPointAllocations_UserId_idx | Performance | Asc | UserId |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| OdysseyPointAllocations_value_check | ((value > 0)) |

