| Table: dbo.Automatic_Payment_Application_Method | |||
| Accounts Payable Automatic Payment Application Method table | |||
| Columns | |||
| Name | Type | Constraints | Description |
| automatic_payment_application_method_KEY | int (4) | NOT NULL | Primary key for this table |
| description | nvarchar (80) | NOT NULL | AP automatic payment application method description |
| Primary key | |||
| Name | Columns | Description | |
| PK_Automatic_Payment_Application_Method | automatic_payment_application_method_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Automatic_Payment_Application_Method$description | description | ||