INVITEERESEND
Contains invitees that need an invitation to be resent.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
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 |
INVITATIONID |
uniqueidentifier |
|
INVITATION.ID
|
Foreign key to the invitation to resend. |
INVITEEID |
uniqueidentifier |
|
INVITEE.ID
|
Foreign key to the invitee to receive the resent invitation. |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_INVITEERESEND_DATEADDED |
DATEADDED |
|
|
yes |
IX_INVITEERESEND_DATECHANGED |
DATECHANGED |
|
|
|
IX_INVITEERESEND_INVITEEID |
INVITEEID |
|
|
|
PK_INVITEERESEND |
ID |
yes |
yes |
|
UIX_INVITEERESEND_INVITATIONID_INVITEEID |
INVITATIONID, INVITEEID |
yes |
|
|
Triggers