Table: dbo.Employee_Tax_Form_Locality_Amount_Type | |||
The table used to store the employee local amount types. | |||
Columns | |||
Name | Type | Constraints | Description |
employee_tax_form_locality_amount_type_KEY | int (4) | NOT NULL | Primary key for this table |
description | nvarchar (60) | NOT NULL | Description for this type table. |
Primary key | |||
Name | Columns | Description | |
PK_Employee_Tax_Form_Locality_Amount_Type | employee_tax_form_locality_amount_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Employee_Tax_Form_Locality_Amount_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Employee_Tax_Form_Locality_Amount_Override__Employee_Tax_Form_Locality_Amount_Type__employee_tax_form_locality_amount_type_KE | employee_tax_form_locality_amount_type_KEY | Employee_Tax_Form_Locality_Amount_Override |