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 | |||
Name | Type | Constraints | Description |
transaction_template_recurrence_end_KEY | int (4) | NOT NULL | Primary key for this table. |
description | nvarchar (70) | NOT NULL | The description of the recurrence end type. |
Primary key | |||
Name | Columns | Description | |
PK_Transaction_Template_Recurrence_End | transaction_template_recurrence_end_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Transaction_Template_Recurrence_End$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Transaction_Template_Schedule_Option__Transaction_Template_Recurrence_End__transaction_template_recurrence_end_KEY | transaction_template_recurrence_end_KEY | Transaction_Template_Schedule_Option |