Table: dbo.Payroll_Item_Calculation_Type | |||
Columns | |||
Name | Type | Constraints | Description |
payroll_item_calculation_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_Calculation_Type | payroll_item_calculation_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Payroll_Item_Calculation_Type$description | description |