Contains newsletter subscriptions of Blackbaud Internet Solutions users.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
EMAILLISTMAPID |
int |
|
Default = 0 |
Blackbaud Internet Solutions email list ID. |
EMAILLISTNAME |
nvarchar(50) |
|
Default = '' |
Name given to the Blackbaud Internet Solutions email list. |
SUBSCRIBED |
bit |
|
Default = 0 |
Indicates that the user was subscribed to the email list when the email was sent. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
UPDATEDATE |
datetime |
yes |
|
Time the Blackbaud Internet Solutions email list subscription was updated. |
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_NETCOMMUNITYNEWSLETTERSUBSCRIPTION_CONSTITUENTID |
CONSTITUENTID |
|
|
|
IX_NETCOMMUNITYNEWSLETTERSUBSCRIPTION_DATEADDED |
DATEADDED |
|
|
yes |
IX_NETCOMMUNITYNEWSLETTERSUBSCRIPTION_DATECHANGED |
DATECHANGED |
|
|
|
IX_NETCOMMUNITYNEWSLETTERSUBSCRIPTION_LATESTEMAILJOBRECIPIENTID |
LATESTEMAILJOBRECIPIENTID |
|
|
|
IX_NETCOMMUNITYNEWSLETTERSUBSCRIPTION_NETCOMMUNITYCLIENTUSERID |
NETCOMMUNITYCLIENTUSERID |
|
|
|
PK_NETCOMMUNITYNEWSLETTERSUBSCRIPTION |
ID |
yes |
yes |
|
Triggers