| Table: dbo.Employee_Multi_State_Income_Tax_Calculation_Method | |||
| This is a type table of options for how an employee's multi-state income tax will be calculated. Each record maps to an available option in the Symmetry calculation engine to configure it to calculate as desired. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| employee_multi_state_income_tax_calculation_method_KEY | int (4) | NOT NULL | Primary key for the Employee_State_Income_Tax_Withholding_Override_Type table. |
| description | nvarchar (80) | NOT NULL | Text description of the calculation method record. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Employee_Multi_State_Income_Tax_Calculation_Method | employee_multi_state_income_tax_calculation_method_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Employee_Multi_State_Income_Tax_Calculation_Method$description | description | ||