Table: dbo.Notification_Category_Type
This table stores identifiers for the different scenario categories.
Columns
NameTypeConstraintsDescription
notification_category_type_KEYtinyint (1)NOT NULLThe primary key used for identifying scenario categories.
descriptionnvarchar (100)NOT NULLThe description of scenario category.
Primary key
NameColumnsDescription
PK_Notification_Category_Typenotification_category_type_KEY
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Notification_Type__Notification_Category_Type__notification_category_type_KEYnotification_category_type_KEYNotification_Type

Schema diagram