| Table: dbo.Vendor_1099_Recipient_Filter_Type | |||
| This table defines all of the types of filtering available for a vendor 1099 recipient. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| vendor_1099_recipient_filter_type_KEY | tinyint (1) | NOT NULL | Primary Key for this table. |
| description | nvarchar (100) | NOT NULL | The description of the vendor 1099 recipient filter type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Vendor_1099_Recipient_Filter_Type | vendor_1099_recipient_filter_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Vendor_1099_Recipient_Filter_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_W2_1099_User_Preference__Vendor_1099_Recipient_Filter_Type__vendor_1099_recipient_filter_type_KEY | vendor_1099_recipient_filter_type_KEY | W2_1099_User_Preference | |