Table: dbo.Insurepay_Accruable_Benefit_Type | |||
Table containing InsurePay accruable benefit types. | |||
Columns | |||
Name | Type | Constraints | Description |
insurepay_accruable_benefit_type_KEY | int (4) | NOT NULL | Primary key for this table. |
description | nvarchar (100) | NOT NULL | Description of the Insurepay accruable benefit type. |
insurepay_description | nvarchar (100) | NOT NULL | InsurePay accruable benefit type as written in InsurePay file |
Primary key | |||
Name | Columns | Description | |
PK_Insurepay_Accruable_Benefit_Type | insurepay_accruable_benefit_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Insurepay_Accruable_Benefit_Type$description | description | ||
UK_Insurepay_Accruable_Benefit_Type$insurepay_description | insurepay_description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Client_Benefit__Insurepay_Accruable_Benefit_Type__insurepay_accruable_benefit_type_KEY | insurepay_accruable_benefit_type_KEY | Client_Benefit |