| Table: dbo.AR_Item_Type | |||
| This table stores the AR item types. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| ar_item_type_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (30) | NOT NULL | description of the AR item type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_AR_Item_Type | ar_item_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_AR_Item_Type$description | description | ||