ScheduledPushNotificationTranslations


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
scheduledPushNotificationId uuid 2147483647 null
ScheduledPushNotifications.id ScheduledPushNotificationTrans_scheduledPushNotificationId_fkey C
locale varchar 255 null
title text 2147483647 null
message text 2147483647 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
ScheduledPushNotificationTranslations_pkey Primary key Asc id
ScheduledPushNotificationTranslations_NotificationId_idx Performance Asc scheduledPushNotificationId
ScheduledPushNotificationTranslations_NotificationId_locale_idx Must be unique Asc/Asc scheduledPushNotificationId + locale

Relationships