| Table: dbo.Transaction_Template_Automatic_Type | |||
| Transaction Template Automatic Types - enumerates the supported subtypes for automatic transaction templates | |||
| Columns | |||
| Name | Type | Constraints | Description |
| transaction_template_automatic_type_KEY | int (4) | NOT NULL | Primary key |
| description | nvarchar (60) | NOT NULL | Values: None, Percentage, Inventory, Income tax |
| Primary key | |||
| Name | Columns | Description | |
| PK_Transaction_Template_Automatic_Type | transaction_template_automatic_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Transaction_Template_Automatic_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Transaction_Template__Transaction_Template_Automatic_Type__transaction_template_automatic_type_KEY | transaction_template_automatic_type_KEY | Transaction_Template | |