Table: dbo.Client_1099_State_Override_Type | |||
The table used to various types of Client 1099 state overrides. | |||
Columns | |||
Name | Type | Constraints | Description |
client_1099_state_override_type_KEY | int (4) | NOT NULL | Primary key. |
description | nvarchar (20) | NOT NULL | The description of the override type. |
Primary key | |||
Name | Columns | Description | |
PK_Client_1099_State_Override_Type | client_1099_state_override_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Client_1099_State_Override_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Client_1099_State_Override__Client_1099_State_Override_Type__client_1099_state_override_type_KEY | client_1099_state_override_type_KEY | Client_1099_State_Override |