Table: dbo.Client_Access_Notification_Review_Status | |||
This table stores the review status types of the Client Access Processing Notification. | |||
Columns | |||
Name | Type | Constraints | Description |
client_access_notification_review_status_KEY | int (4) | NOT NULL | Primary key for this table |
description | nvarchar (24) | NOT NULL | The description of the review status type. |
Primary key | |||
Name | Columns | Description | |
PK_Client_Access_Notification_Review_Status | client_access_notification_review_status_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Client_Access_Notification_Review_Status$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Client_Access_Notification__Client_Access_Notification_Review_Status__client_access_notification_review_status_KEY | client_access_notification_review_status_KEY | Client_Access_Notification |