Table: dbo.Tax_Form_Type | |||
The types of tax forms that can be processed | |||
Columns | |||
Name | Type | Constraints | Description |
tax_form_type_KEY | int (4) | NOT NULL | Primary Key |
description | nvarchar (50) | NOT NULL | Description for the tax form type |
Primary key | |||
Name | Columns | Description | |
PK_Tax_Form_Type | tax_form_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Tax_Form_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Tax_Form__Tax_Form_Type__tax_form_type_KEY | tax_form_type_KEY | Tax_Form |