| Table: dbo.AR_Payment_Type | |||
| Table to identify the different payment classifications for an AR payment | |||
| Columns | |||
| Name | Type | Constraints | Description |
| ar_payment_type_KEY | int (4) | NOT NULL | Primary key |
| description | nvarchar (22) | NOT NULL | Classification of the payment |
| Primary key | |||
| Name | Columns | Description | |
| PK_AR_Payment_Type | ar_payment_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_AR_Payment_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_AR_Payment__AR_Payment_Type__ar_payment_type_KEY | ar_payment_type_KEY | AR_Payment | |