| Table: dbo.Form_1095_Safe_Harbor_Code | |||
| This table stores the 1095 safe harbor code selections. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| form_1095_safe_harbor_code_KEY | tinyint (1) | NOT NULL | The primary key. |
| code | char (2) | NOT NULL | The safe harbor code. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Form_1095_Safe_Harbor_Code | form_1095_safe_harbor_code_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Form_1095_Safe_Harbor_Code$code | code | ||