| Table: dbo.Vendor_Payment_Primary_Sort_By_Type | |||
| Columns | |||
| Name | Type | Constraints | Description |
| vendor_payment_primary_sort_by_type_KEY | int (4) | NOT NULL | Primary key |
| description | nvarchar (60) | NOT NULL | Description of sort-by type |
| Primary key | |||
| Name | Columns | Description | |
| PK_Vendor_Payment_Primary_Sort_By_Type | vendor_payment_primary_sort_by_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Vendor_Payment_Primary_Sort_By_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Checkbook__Vendor_Payment_Primary_Sort_By_Type__vendor_payment_primary_sort_by_type_KEY | vendor_payment_primary_sort_by_type_KEY | Checkbook | |