Table: dbo.Tax_Deferral_Reason | |||
This type table enables us to know the exact reason for which the tax has been deferred. | |||
Columns | |||
Name | Type | Constraints | Description |
tax_deferral_reason_KEY | tinyint (1) | NOT NULL | Primary key for type table |
description | nvarchar (100) | NOT NULL | The reason for the tax deferral |
Primary key | |||
Name | Columns | Description | |
PK_Tax_Deferral_Reason | tax_deferral_reason_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Tax_Deferral_Reason$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Payable_Transaction__Tax_Deferral_Reason__tax_deferral_reason_KEY | tax_deferral_reason_KEY | Payable_Transaction |