Table: dbo.Employee_Other_State_Setting_Type | |||
Columns | |||
Name | Type | Constraints | Description |
employee_other_state_setting_type_KEY | int (4) | NOT NULL | The primary key for this table. |
ste_state_code_KEY | nvarchar (4) | NOT NULL | The code for the state this setting applies to. |
employee_other_state_setting_type_group_KEY | int (4) | NOT NULL | This is used to group the type of setting. |
description | nvarchar (160) | NOT NULL | The description of the setting. |
code | nvarchar (2) | NOT NULL | The code for the setting to display in dropdowns if desired. |
is_standard | bit (1) | NOT NULL | Flag that denotes which items are standard and need to be generated when the employee initially links to the related tax jurisdiction. |
Primary key | |||
Name | Columns | Description | |
PK_Employee_Other_State_Setting_Type | employee_other_state_setting_type_KEY |