NotificationPreferenceCategories


Description

Category for each type of notification preference.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
NotificationPreferenceCategoryNotifications.CategoryId NotificationPreferenceCategoryNotifications_CategoryId_fkey C
UserNotificationPreferences.CategoryId UserNotificationPreferences_CategoryId_fkey C
name text 2147483647 null

Name of the category.

description text 2147483647 null

Description of the category.

group enum_Notification_preference_category_group 2147483647 'GENERAL'::"enum_Notification_preference_category_group"

The group of users that each category belongs to.

createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
NotificationPreferenceCategories_pkey Primary key Asc id

Relationships