Table: dbo.Firm_Notification_Other_Address
This table stores information about the firm level other email addresses that notifications should be sent to.
Columns
NameTypeConstraintsDescription
firm_notification_other_address_KEYtinyint (1)NOT NULLThe primary key.
firm_notification_information_KEYtinyint (1)NOT NULLThe firm level notification type that the email row corresponds to.
emailnvarchar (640)NOT NULLThe email address.
Primary key
NameColumnsDescription
PK_Firm_Notification_Other_Addressfirm_notification_other_address_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Firm_Notification_Other_Address__Firm_Notification_Information__firm_notification_information_KEYfirm_notification_information_KEYFirm_Notification_Information (firm_notification_information_KEY)

Schema diagram