Table: dbo.Form_1095_Corrected_Type | |||
This table stores the valid values for corrected types of ACA 1095 forms. | |||
Columns | |||
Name | Type | Constraints | Description |
form_1095_corrected_type_KEY | tinyint (1) | NOT NULL | the primary key of this table. |
description | nvarchar (100) | NOT NULL | The corrected form 1095 type description. |
Primary key | |||
Name | Columns | Description | |
PK_Form_1095_Corrected_Type | form_1095_corrected_type_KEY |