UserJobAlertNotifications


Description

Users’ in-app job alerts notification content table.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
NotificationId uuid 2147483647 null
Notifications.id UserJobAlertNotifications_NotificationId_fkey C
userJobAlertId uuid 2147483647 null
UserJobAlerts.id UserJobAlertNotifications_userJobAlertId_fkey C
metadata jsonb 2147483647 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

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

Relationships