| Table: dbo.Shortfall_Tax_Treatment_Type | |||
| Type table which defines the selectable tax types | |||
| Columns | |||
| Name | Type | Constraints | Description |
| shortfall_tax_treatment_type_KEY | int (4) | NOT NULL | Primary Key |
| description | nvarchar (40) | NOT NULL | Description of the selectable tax type |
| Primary key | |||
| Name | Columns | Description | |
| PK_Shortfall_Tax_Treatment_Type | shortfall_tax_treatment_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Shortfall_Tax_Treatment_Type$description | description | ||