NotificationPreferenceCategoryNotifications


Description

Notifications that belong to each notification preference category.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
notification text 2147483647 null

Name of the notification.

CategoryId uuid 2147483647 null
NotificationPreferenceCategories.id NotificationPreferenceCategoryNotifications_CategoryId_fkey C

Foreign key, refers to NotificationPreferenceCategory.

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

Indexes

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

Relationships