Table: dbo.Transaction_Template_Calendar_Day | |||
This table stores options that denote how a user can specify the day of week on which we create a scheduled transaction (e.g., Monday, or weekday, or weekend day). | |||
Columns | |||
Name | Type | Constraints | Description |
transaction_template_calendar_day_KEY | int (4) | NOT NULL | Primary key for this table. |
description | nvarchar (30) | NOT NULL | The description of the calendar day option type. |
Primary key | |||
Name | Columns | Description | |
PK_Transaction_Template_Calendar_Day | transaction_template_calendar_day_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Transaction_Template_Calendar_Day$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Transaction_Template_Schedule_Option__Transaction_Template_Calendar_Day__transaction_template_calendar_day_KEY | transaction_template_calendar_day_KEY | Transaction_Template_Schedule_Option |