Table: dbo.Benefit_Eligibility_Duration_Type | |||
This table stores the time duration types available for accruable benefit eligibility items. | |||
Columns | |||
Name | Type | Constraints | Description |
benefit_eligibility_duration_type_KEY | tinyint (1) | NOT NULL | Surrogate primary key. |
description | nvarchar (12) | NOT NULL | The time duration description. |
Primary key | |||
Name | Columns | Description | |
PK_Benefit_Eligibility_Duration_Type | benefit_eligibility_duration_type_KEY |