ExpertClassReminderNotifications


Columns

Column Type Size Nulls Auto Default Children Parents Comments
NotificationId uuid 2147483647 null
Notifications.id ExpertClassReminderNotifications_NotificationId_fkey C
orderId uuid 2147483647 null
Orders.id ExpertClassReminderNotifications_orderId_fkey C
millisBeforeStartTime int4 10 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

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

Check Constraints

Constraint Name Constraint
ExpertClassReminderNotifications_millisBeforeStartTime_options_ ((("millisBeforeStartTime" = 3600000) OR ("millisBeforeStartTime" = 86400000)))
ExpertClassReminderNotifications_millisBeforeStartTime_check (("millisBeforeStartTime" >= 0))

Relationships