| Table: dbo.Transaction_Template_Calendar_Day_Occurrence | |||
| This table stores options that denote how a user can specify the occurrence of a day of week on which we create a scheduled transaction (e.g., the first, or the third, or the last). | |||
| Columns | |||
| Name | Type | Constraints | Description |
| transaction_template_calendar_day_occurrence_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (20) | NOT NULL | The description of the calendar day occurrence type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Transaction_Template_Calendar_Day_Occurrence | transaction_template_calendar_day_occurrence_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Transaction_Template_Calendar_Day_Occurrence$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Transaction_Template_Schedule_Option__Transaction_Template_Calendar_Day_Occurrence__transaction_template_calendar_day_occurre | transaction_template_calendar_day_occurrence_KEY | Transaction_Template_Schedule_Option | |