| Table: dbo.Payroll_Item_Calculation_Type_Qualifier | |||
| Type table which defines the payroll item calculation type for payroll check entry options. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| payroll_item_calculation_type_qualifier_KEY | int (4) | NOT NULL | Primary Key |
| description | nvarchar (60) | NOT NULL | Payroll item calculation type description. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Payroll_Item_Calculation_Type_Qualifier | payroll_item_calculation_type_qualifier_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Payroll_Item_Calculation_Type_Qualifier$description | description | ||