| Table: dbo.Form_1095_Coverage_Code | |||
| This table stores the 1095 coverage code selections. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| form_1095_coverage_code_KEY | tinyint (1) | NOT NULL | The primary key. |
| code | char (2) | NOT NULL | The coverage code. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Form_1095_Coverage_Code | form_1095_coverage_code_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Form_1095_Coverage_Code$code | code | ||