Table: dbo.Vendor_Payment_Method | |||
Columns | |||
Name | Type | Constraints | Description |
vendor_payment_method_KEY | int (4) | NOT NULL | Table primary key |
description | nvarchar (60) | NOT NULL | Display text for payment method |
Primary key | |||
Name | Columns | Description | |
PK_Vendor_Payment_Method | vendor_payment_method_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Vendor_Payment_Method$description | description |