OdysseyWeeklyTargetNotifications


Columns

Column Type Size Nulls Auto Default Children Parents Comments
NotificationId uuid 2147483647 null
Notifications.id OdysseyWeeklyTargetNotifications_NotificationId_fkey C
RewardId uuid 2147483647 null
OdysseyRewards.id OdysseyWeeklyTargetNotifications_RewardId_fkey R
NextBadgeId uuid 2147483647 null
OdysseyBadges.id OdysseyWeeklyTargetNotifications_NextBadgeId_fkey R
pointsToNextBadge int4 10 null

Indexes

Constraint Name Type Sort Column(s)
OdysseyWeeklyTargetNotifications_pkey Primary key Asc NotificationId

Check Constraints

Constraint Name Constraint
OdysseyWeeklyTargetNotifications_pointsToNextBadge_check (("pointsToNextBadge" > 0))

Relationships