Table: dbo.Billing_Item_1099_Type | |||
This table is used to hold the differnt types of 1099 forms. | |||
Columns | |||
Name | Type | Constraints | Description |
billing_item_1099_type_KEY | int (4) | NOT NULL | Primary Key |
description | nvarchar (32) | NOT NULL | The 1099 form name. |
Primary key | |||
Name | Columns | Description | |
PK_Billing_Item_1099_Type | billing_item_1099_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Billing_Item_1099_Type$description | description |