Table: dbo.Vendor_1099_Sort_Type | |||
Table used to store the ways to sort vendors on 1099s. | |||
Columns | |||
Name | Type | Constraints | Description |
vendor_1099_sort_type_KEY | int (4) | NOT NULL | Primary key for this table. |
description | nvarchar (100) | NOT NULL | Description of the sort type. |
Primary key | |||
Name | Columns | Description | |
PK_Vendor_1099_Sort_Type | vendor_1099_sort_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Vendor_1099_Sort_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_W2_1099_User_Preference__Vendor_1099_Sort_Type__vendor_1099_sort_type_KEY | vendor_1099_sort_type_KEY | W2_1099_User_Preference |