Table: dbo.Notification_Status | |||
This table stores status options to indicate whether a Cron task has handled a record yet. | |||
Columns | |||
Name | Type | Constraints | Description |
notification_status_KEY | tinyint (1) | NOT NULL | The primary key used for identifying notification status. |
description | nvarchar (24) | NOT NULL | The description of the notification status. |
Primary key | |||
Name | Columns | Description | |
PK_Notification_Status | notification_status_KEY |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Notification_Queue__Notification_Status__notification_status_KEY | notification_status_KEY | Notification_Queue |