UserJobAlerts


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
UserJobAlertNotifications.userJobAlertId UserJobAlertNotifications_userJobAlertId_fkey C
title text 2147483647 null
userId uuid 2147483647 null
Users.id UserJobAlerts_userId_fkey C
criteria jsonb 2147483647 null
frequency enum_UserJobAlerts_frequency 2147483647 null
enabled bool 1 true
byMobilePushNotification bool 1 false
lastRemindedAt timestamptz 35,6 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
UserJobAlerts_pkey Primary key Asc id
UserJobAlerts_userId_idx Performance Asc userId

Relationships