| Table: dbo.Insurepay_Client_Class_Code | |||
| Table containing InsurePay client specific class code. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| insurepay_client_class_code_KEY | int (4) | NOT NULL | Primary key for this table. |
| client_KEY | int (4) | NOT NULL | client id for this class code. |
| worker_compensation_class_code_detail_KEY | int (4) | NOT NULL | insurepay worker_compensation_class code detail key for this client. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Insurepay_Client_Class_Code | insurepay_client_class_code_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Insurepay_Client_Class_Code$client_KEY$worker_compensation_class_code_detail_KEY | client_KEY, worker_compensation_class_code_detail_KEY | ||