Table: dbo.Notification_Status
This table stores status options to indicate whether a Cron task has handled a record yet.
Columns
NameTypeConstraintsDescription
notification_status_KEYtinyint (1)NOT NULLThe primary key used for identifying notification status.
descriptionnvarchar (24)NOT NULLThe description of the notification status.
Primary key
NameColumnsDescription
PK_Notification_Statusnotification_status_KEY
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Notification_Queue__Notification_Status__notification_status_KEYnotification_status_KEYNotification_Queue

Schema diagram