Table: dbo.Affordable_Care_Act_Employee_Status | |||
This table stores the employee status allowed for selection with regard to affordable care act information | |||
Columns | |||
Name | Type | Constraints | Description |
affordable_care_act_employee_status_KEY | tinyint (1) | NOT NULL | The primary key. |
description | nvarchar (60) | NOT NULL | The description. |
Primary key | |||
Name | Columns | Description | |
PK_Affordable_Care_Act_Employee_Status | affordable_care_act_employee_status_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Affordable_Care_Act_Employee_Status$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Employee__Affordable_Care_Act_Employee_Status__affordable_care_act_employee_status_KEY | affordable_care_act_employee_status_KEY | Employee |