| Table: dbo.Transaction_Template_Type | |||
| This table allows us to differentiate between potential transaction templates. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| transaction_template_type_KEY | int (4) | NOT NULL | The primary key for this table. |
| description | varchar (50) | NOT NULL | The description for the template type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Transaction_Template_Type | transaction_template_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Transaction_Template_Type$description | description | ||