Table: dbo.Workpaper_Status
This table contains information needed for describing the various states of a workpaper.
Columns
NameTypeConstraintsDescription
workpaper_status_KEYint (4)NOT NULLPrimary key. This points to the workpapers status.
descriptionnvarchar (60)NOT NULLThe description for the workpapers status
Primary key
NameColumnsDescription
PK_Workpaper_Statusworkpaper_status_KEY
Unique constraints
NameColumnsDescription
UK_Workpaper_Status$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Workpaper__Workpaper_Status__workpaper_status_KEYworkpaper_status_KEYWorkpaper

Schema diagram