| Table: dbo.Payroll_Item_Special_Type | |||
| Table used to store payroll item special types. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| payroll_item_special_type_KEY | int (4) | NOT NULL | The primary key for the table. Corresponds to a payroll item special type. |
| description | nvarchar (80) | NOT NULL | The description for the payroll item special type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Payroll_Item_Special_Type | payroll_item_special_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Payroll_Item_Special_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client_Payroll_Item__Payroll_Item_Special_Type__special_type_KEY | special_type_KEY | Client_Payroll_Item | |