Table: dbo.Notification_Category_Type | |||
This table stores identifiers for the different scenario categories. | |||
Columns | |||
Name | Type | Constraints | Description |
notification_category_type_KEY | tinyint (1) | NOT NULL | The primary key used for identifying scenario categories. |
description | nvarchar (100) | NOT NULL | The description of scenario category. |
Primary key | |||
Name | Columns | Description | |
PK_Notification_Category_Type | notification_category_type_KEY |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Notification_Type__Notification_Category_Type__notification_category_type_KEY | notification_category_type_KEY | Notification_Type |