ScheduledPushNotificationRecipients


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
recipientUserId uuid 2147483647 null
Users.id ScheduledPushNotificationRecipients_recipientUserId_fkey C
scheduledPushNotificationId uuid 2147483647 null
ScheduledPushNotifications.id ScheduledPushNotificationRecip_scheduledPushNotificationId_fkey C
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
ScheduledPushNotificationRecipients_pkey Primary key Asc id
ScheduledPushNotificationReci_recipientUserId_scheduledPush_key Must be unique Asc/Asc recipientUserId + scheduledPushNotificationId
ScheduledPushNotificationRecipi_scheduledPushNotificationId_idx Performance Asc scheduledPushNotificationId
ScheduledPushNotificationRecipients_recipientUserId_idx Performance Asc recipientUserId

Relationships