| Table: dbo.W3_Client_Copy_Type | |||
| Table to identify the copy type used when printing the client copy for the W-3. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| w3_client_copy_type_KEY | int (4) | NOT NULL | Primary key |
| description | nvarchar (30) | NOT NULL | Description of the client copy type |
| Primary key | |||
| Name | Columns | Description | |
| PK_W3_Client_Copy_Type | w3_client_copy_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_W3_Client_Copy_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_W2_1099_User_Preference__W3_Client_Copy_Type__w3_client_copy_type_KEY | w3_client_copy_type_KEY | W2_1099_User_Preference | |