| Table: dbo.AR_Transaction_Type | |||
| This table stores the AR transaction types. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| ar_transaction_type_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (28) | NOT NULL | description of the AR transaction type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_AR_Transaction_Type | ar_transaction_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_AR_Transaction_Type$description | description | ||