APPUSERFEEDALERTINSTANCE
Stores a list of custom email alert instances assigned to a user
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
DATELASTPROCESSED |
datetime |
yes |
|
|
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. |
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
APPUSERID |
uniqueidentifier |
|
APPUSER.ID
|
FK to APPUSER |
FEEDALERTINSTANCEID |
uniqueidentifier |
|
FEEDALERTINSTANCE.ID
|
FK to FEEDALERTINSTANCE |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_APPUSERFEEDALERTINSTANCE_DATEADDED |
DATEADDED |
|
|
yes |
IX_APPUSERFEEDALERTINSTANCE_DATECHANGED |
DATECHANGED |
|
|
|
IX_APPUSERFEEDALERTINSTANCE_FEEDALERTINSTANCEID |
FEEDALERTINSTANCEID |
|
|
|
PK_APPUSERFEEDALERTINSTANCE |
ID |
yes |
yes |
|
UIX_APPUSERFEEDALERTINSTANCE_APPUSERID_FEEDALERTINSTANCEID |
APPUSERID, FEEDALERTINSTANCEID |
yes |
|
|
Triggers