Table: dbo.Employee_Other_State_Setting_Type_Group | |||
Columns | |||
Name | Type | Constraints | Description |
employee_other_state_setting_type_group_KEY | int (4) | NOT NULL | The primary Key for this table. |
description | nvarchar (100) | NOT NULL | The description of the group the various settings apply to. |
Primary key | |||
Name | Columns | Description | |
PK_Employee_Other_State_Setting_Type_Group | employee_other_state_setting_type_group_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Employee_Other_State_Setting_Type_Group$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Employee_Other_State_Setting_Type__Employee_Other_State_Setting_Type_Group__employee_other_state_setting_type_group_KEY | employee_other_state_setting_type_group_KEY | Employee_Other_State_Setting_Type |