Table: dbo.W2_Form_Corrected_Type | |||
The entries in this type table specify the various types of W-2s that can be corrected. | |||
Columns | |||
Name | Type | Constraints | Description |
w2_form_corrected_type_KEY | int (4) | NOT NULL | Primary key. |
description | nvarchar (8) | NOT NULL | The description of W-2 form to be corrected type. |
Primary key | |||
Name | Columns | Description | |
PK_W2_Form_Corrected_Type | w2_form_corrected_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_W2_Form_Corrected_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Print_W2__W2_Form_Corrected_Type__w2_form_corrected_type_KEY | w2_form_corrected_type_KEY | Print_W2 |