Table: dbo.Workpaper_Status | |||
This table contains information needed for describing the various states of a workpaper. | |||
Columns | |||
Name | Type | Constraints | Description |
workpaper_status_KEY | int (4) | NOT NULL | Primary key. This points to the workpapers status. |
description | nvarchar (60) | NOT NULL | The description for the workpapers status |
Primary key | |||
Name | Columns | Description | |
PK_Workpaper_Status | workpaper_status_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Workpaper_Status$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Workpaper__Workpaper_Status__workpaper_status_KEY | workpaper_status_KEY | Workpaper |