Table: dbo.Employer_Contribution_Item
table containing Insurepay, XactPay employer contribution type information .
Columns
NameTypeConstraintsDescription
client_payroll_item_KEYint (4)NOT NULLPrimary key and Foreign key for this table.The associated Client_Payroll_Item primary key.
insurepay_employer_contribution_type_KEYint (4)Foreign key for this table. The associated Insurepay_Employer_Contribution_Type primary key.
xactpay_employer_contribution_type_KEYint (4)Foreign key for this table. The associated XactPay_Employer_Contribution_Type primary key.
Primary key
NameColumnsDescription
PK_Employer_Contribution_Item$client_payroll_item_KEYclient_payroll_item_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Employer_Contribution_Item__Client_Payroll_Item__client_payroll_item_KEYclient_payroll_item_KEYClient_Payroll_Item (client_payroll_item_KEY)
FK_Employer_Contribution_Item__Insurepay_Employer_Contribution_Type__insurepay_employer_contribution_type_KEYinsurepay_employer_contribution_type_KEYInsurepay_Employer_Contribution_Type (insurepay_employer_contribution_type_KEY)
FK_Employer_Contribution_Item__XactPay_Employer_Contribution_Type__xactpay_employer_contribution_type_KEYxactpay_employer_contribution_type_KEYXactPay_Employer_Contribution_Type (xactpay_employer_contribution_type_KEY)

Schema diagram