OdysseyPointAllocations


Description

Odyssey points for users

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
ApplicationStatusChangePointSources.AllocationId ApplicationStatusChangePointSources_AllocationId_fkey C
OdysseyProfileCompletionNotifications.OdysseyPointAllocationId OdysseyProfileCompletionNotificat_OdysseyPointAllocationId_fkey R
StreakPointSources.AllocationId StreakPointSources_AllocationId_fkey C
UserId uuid 2147483647 null
Users.id OdysseyPointAllocations_UserId_fkey R
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))

Relationships