| Table: dbo.W2_Override_Type | |||
| Type table for W-2 override type. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| w2_override_type_KEY | int (4) | NOT NULL | Primary Key |
| description | nvarchar (30) | NOT NULL | W-2 override type description. |
| Primary key | |||
| Name | Columns | Description | |
| PK_W2_Override_Type | w2_override_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_W2_Override_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client_W2_Filing__W2_Override_Type__w2_override_type_KEY | w2_override_type_KEY | Client_W2_Filing | FOREIGN KEY constraint of w2_override_type_KEY for the Client_W2_Filing table |
| FK_Employee_W2_Filing__W2_Override_Type__w2_override_type_KEY | w2_override_type_KEY | Employee_W2_Filing | FOREIGN KEY constraint of w2_override_type_KEY for the Employee_W2_Filing table which ensures valid w2 override type |