Table: dbo.Workpaper_Roll_Forward_Treatment
This table is a type table used to keep track of which ways we allow the user to roll forward a workpaper.
Columns
NameTypeConstraintsDescription
workpaper_roll_forward_treatment_KEYint (4)NOT NULLPrimary key. This points to the workpaper roll forward treatment.
descriptionnvarchar (80)NOT NULLA description of the workpaper roll forward treatment.
Primary key
NameColumnsDescription
PK_Workpaper_Roll_Forward_Treatmentworkpaper_roll_forward_treatment_KEY
Unique constraints
NameColumnsDescription
UK_Workpaper_Roll_Forward_Treatment$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Workpaper__Workpaper_Roll_Forward_Treatment__workpaper_roll_forward_treatment_KEYworkpaper_roll_forward_treatment_KEYWorkpaper

Schema diagram