Table: dbo.Payroll_Tax_Forms_Filed_By_Type | |||
The table used to store the payroll tax forms filed by type options. | |||
Columns | |||
Name | Type | Constraints | Description |
payroll_tax_forms_filed_by_type_KEY | int (4) | NOT NULL | Primary key for this table |
description | nvarchar (12) | NOT NULL | Description for this type table. |
Primary key | |||
Name | Columns | Description | |
PK_Payroll_Tax_Forms_Filed_By_Type | payroll_tax_forms_filed_by_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Payroll_Tax_Forms_Filed_By_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Client_Payroll_Information__Payroll_Tax_Forms_Filed_By_Type__payroll_tax_forms_filed_by_type_KEY | payroll_tax_forms_filed_by_type_KEY | Client_Payroll_Information |