| Table: dbo.Firm_Notification_Other_Address | |||
| This table stores information about the firm level other email addresses that notifications should be sent to. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| firm_notification_other_address_KEY | tinyint (1) | NOT NULL | The primary key. |
| firm_notification_information_KEY | tinyint (1) | NOT NULL | The firm level notification type that the email row corresponds to. |
| nvarchar (640) | NOT NULL | The email address. | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Firm_Notification_Other_Address | firm_notification_other_address_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Firm_Notification_Other_Address__Firm_Notification_Information__firm_notification_information_KEY | firm_notification_information_KEY | Firm_Notification_Information (firm_notification_information_KEY) | |