| Table: dbo.Quick_Books_Payroll_Item_Type | |||
| This table stores the valid Quick Books payroll item types | |||
| Columns | |||
| Name | Type | Constraints | Description |
| quick_books_payroll_item_type_KEY | int (4) | NOT NULL | Primary key. |
| description | nvarchar (60) | NOT NULL | Payroll Item Type description. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Quick_Books_Payroll_Item_Type | quick_books_payroll_item_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Quick_Books_Payroll_Item_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Quick_Books_Payroll_Item__Quick_Books_Payroll_Item_Type__quick_books_payroll_item_type_KEY | quick_books_payroll_item_type_KEY | Quick_Books_Payroll_Item | |