Table: dbo.Insurepay_Pay_Item_Type | |||
Table containing Insurepay pay item types. | |||
Columns | |||
Name | Type | Constraints | Description |
insurepay_pay_item_type_KEY | int (4) | NOT NULL | Primary key for this table. |
description | nvarchar (100) | NOT NULL | Description of the Insurepay pay item type. |
insurepay_description | nvarchar (100) | NOT NULL | Insurepay pay item type as written in Insurepay file |
Primary key | |||
Name | Columns | Description | |
PK_Insurepay_Pay_Item_Type | insurepay_pay_item_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Insurepay_Pay_Item_Type$description | description | ||
UK_Insurepay_Pay_Item_Type$insurepay_description | insurepay_description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Pay_Item__Insurepay_Pay_Item_Type__insurepay_pay_item_type_KEY | insurepay_pay_item_type_KEY | Pay_Item | |
FK_Employee_Payroll_Item__Insurepay_Pay_Item_Type__insurepay_pay_item_type_KEY | insurepay_pay_item_type_KEY | Employee_Payroll_Item |