Table: dbo.AP_Payment_Type | |||
This table defines all of our payment types used in manage ap payments processing. | |||
Columns | |||
Name | Type | Constraints | Description |
ap_payment_type_KEY | int (4) | NOT NULL | Primary Key for this table. |
description | nvarchar (60) | NOT NULL | the description of the ap payment type. |
Primary key | |||
Name | Columns | Description | |
PK_AP_Payment_Type | ap_payment_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_AP_Payment_Type$description | description |