Table: dbo.Transaction_Template_Type
This table allows us to differentiate between potential transaction templates.
Columns
NameTypeConstraintsDescription
transaction_template_type_KEYint (4)NOT NULLThe primary key for this table.
descriptionvarchar (50)NOT NULLThe description for the template type.
Primary key
NameColumnsDescription
PK_Transaction_Template_Typetransaction_template_type_KEY
Unique constraints
NameColumnsDescription
UK_Transaction_Template_Type$descriptiondescription

Schema diagram