Table: dbo.Transaction_Template_Recurrence_End
This table stores the options we support for ending a scheduled transaction (e.g., end when we have created a specific number of transactions from a template).
Columns
NameTypeConstraintsDescription
transaction_template_recurrence_end_KEYint (4)NOT NULLPrimary key for this table.
descriptionnvarchar (70)NOT NULLThe description of the recurrence end type.
Primary key
NameColumnsDescription
PK_Transaction_Template_Recurrence_Endtransaction_template_recurrence_end_KEY
Unique constraints
NameColumnsDescription
UK_Transaction_Template_Recurrence_End$descriptiondescription
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Transaction_Template_Schedule_Option__Transaction_Template_Recurrence_End__transaction_template_recurrence_end_KEYtransaction_template_recurrence_end_KEYTransaction_Template_Schedule_Option

Schema diagram