| Table: dbo.Transaction_Template_Creation_Day | |||
| This table stores options that denote how a user specifies the day on which we should create a scheduled transaction (e.g., create on the Nth day of the month, where N is an integer). | |||
| Columns | |||
| Name | Type | Constraints | Description |
| transaction_template_creation_day_KEY | int (4) | NOT NULL | Primary key for this table. |
| description | nvarchar (120) | NOT NULL | The description of the creation day option type. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Transaction_Template_Creation_Day | transaction_template_creation_day_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Transaction_Template_Creation_Day$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Transaction_Template_Schedule_Option__Transaction_Template_Creation_Day__transaction_template_creation_day_KEY | transaction_template_creation_day_KEY | Transaction_Template_Schedule_Option | |