| Table: dbo.Employer_Contribution_Item | |||
| table containing Insurepay, XactPay employer contribution type information . | |||
| Columns | |||
| Name | Type | Constraints | Description |
| client_payroll_item_KEY | int (4) | NOT NULL | Primary key and Foreign key for this table.The associated Client_Payroll_Item primary key. |
| insurepay_employer_contribution_type_KEY | int (4) | Foreign key for this table. The associated Insurepay_Employer_Contribution_Type primary key. | |
| xactpay_employer_contribution_type_KEY | int (4) | Foreign key for this table. The associated XactPay_Employer_Contribution_Type primary key. | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Employer_Contribution_Item$client_payroll_item_KEY | client_payroll_item_KEY | ||