Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||
| recipientUserId | uuid | 2147483647 | null |
|
|
||||||
| scheduledPushNotificationId | uuid | 2147483647 | null |
|
|
||||||
| 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 |

