| Table: dbo.Insurepay_Employer_Contribution_Type | |||
| Table containing InsurePay employer contribution types. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| insurepay_employer_contribution_type_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (100) | NOT NULL | Description of the Insurepay employer contribution type. |
| insurepay_description | nvarchar (120) | NOT NULL | Insurepay employer contribution type as written in Insurepay file |
| Primary key | |||
| Name | Columns | Description | |
| PK_Insurepay_Employer_Contribution_Type | insurepay_employer_contribution_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Insurepay_Employer_Contribution_Type$description | description | ||
| UK_Insurepay_Employer_Contribution_Type$insurepay_description | insurepay_description | ||