| Table: dbo.Payroll_Item_Type | |||
| Columns | |||
| Name | Type | Constraints | Description |
| payroll_item_type_KEY | int (4) | NOT NULL | Primary key for this table |
| description | nvarchar (60) | NOT NULL | Description |
| Primary key | |||
| Name | Columns | Description | |
| PK_Payroll_Item_Type | payroll_item_type_KEY | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client_Payroll_Item__Payroll_Item_Type__payroll_item_type_KEY | payroll_item_type_KEY | Client_Payroll_Item | |