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 | |||
Name | Type | Constraints | Description |
workpaper_roll_forward_treatment_KEY | int (4) | NOT NULL | Primary key. This points to the workpaper roll forward treatment. |
description | nvarchar (80) | NOT NULL | A description of the workpaper roll forward treatment. |
Primary key | |||
Name | Columns | Description | |
PK_Workpaper_Roll_Forward_Treatment | workpaper_roll_forward_treatment_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Workpaper_Roll_Forward_Treatment$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Workpaper__Workpaper_Roll_Forward_Treatment__workpaper_roll_forward_treatment_KEY | workpaper_roll_forward_treatment_KEY | Workpaper |