Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
nvarchar(100) | Default = '' | The name of the event. | |
![]() |
nvarchar(255) | Default = '' | The description of the event. | |
![]() |
date | Starting date of the event. | ||
![]() |
UDT_HOURMINUTE | Default = '' | Starting time of the event. | |
![]() |
date | Ending date of the event. | ||
![]() |
UDT_HOURMINUTE | Default = '' | Ending time of the event. | |
![]() |
int | Default = 0 | The maximum number of registrants allowed for the event. | |
![]() |
bit | Default = 1 | ||
![]() |
datetime | Default = getdate() | Indicates the date this record was added. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
![]() |
timestamp | Timestamp. | ||
![]() |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
![]() |
uniqueidentifier | ![]() |
Uniquely identifies the scheduling run | |
![]() |
nvarchar(max) | Default = '' | The plain text public description. | |
![]() |
nvarchar(max) | Default = '' | The HTML public description. | |
![]() |
datetimeoffset | ![]() |
Event start date and time stored with UTC offset | |
![]() |
datetimeoffset | ![]() |
Event end date and time stored with UTC offset | |
![]() |
nvarchar(100) | Default = '' | User-definable custom identifier. | |
![]() |
int | Identity column used to increment the default lookupid. | ||
![]() |
nvarchar(100) (Computed) | ![]() |
(CASE LEN(CUSTOMIDENTIFIER) WHEN 0 THEN '8-' + CAST(SEQUENCEID AS nvarchar(20)) ELSE CUSTOMIDENTIFIER END) | Unique identifer that supports user defined values as well as system generated values. |
![]() |
bit | Default = 0 | Determines whether or not to hide this item from the event calendar. | |
![]() |
bit | Default = 0 | Determines whether or not event allows designations on fees. | |
![]() |
bit | Default = 0 | For program events, determines whether or not to use the event public description in place of the program public description. | |
![]() |
bit | Default = 0 | ||
![]() |
datetime (Computed) | ![]() |
dateadd(mi, convert(tinyint, substring(STARTTIME, 3, 2)), dateadd(hh, convert(tinyint, substring(STARTTIME, 1, 2)), convert(datetime, STARTDATE))) | |
![]() |
datetime (Computed) | ![]() |
dateadd(mi, convert(tinyint, substring(ENDTIME, 3, 2)), dateadd(hh, convert(tinyint, substring(ENDTIME, 1, 2)), convert(datetime, ENDDATE))) |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | ![]() |
EVENTLOCATION.ID | FK to EVENTLOCATION |
![]() |
uniqueidentifier | ![]() |
EVENT.ID | Designates the main event for supporting events. |
![]() |
uniqueidentifier | ![]() |
CONSTITUENT.LOCALID | FK to CONSTITUENT |
![]() |
uniqueidentifier | ![]() |
APPEAL.LOCALID | Designates the appeal linked to a team fundraising event. |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | ![]() |
EVENTCATEGORYCODE.LOCALID | Category that an event is linked to. |
![]() |
uniqueidentifier | ![]() |
EVENT.ID | FK to EVENT |
![]() |
uniqueidentifier | ![]() |
PROGRAM.ID | FK to PROGRAM |
![]() |
uniqueidentifier | ![]() |
EVENTLOCATIONROOM.ID | FK to EVENTLOCATIONROOM |
![]() |
uniqueidentifier | ![]() |
CURRENCY.ID | The base currency associated with this event. |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
APPEALID | |||
![]() |
BASECURRENCYID | |||
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
ENDDATETIMEWITHOFFSET | |||
![]() |
ID | |||
![]() |
MAINEVENTID, EVENTLOCATIONCONTACTID, EVENTLOCATIONID, EVENTCATEGORYCODEID | |||
![]() |
PROGRAMID | |||
![]() |
STARTDATETIMEWITHOFFSET | |||
![]() |
ID | ![]() |
![]() |
|
![]() |
LOOKUPID | ![]() |
Entity-Relationship diagram of this table (EVENTAUTOMATCHSITE-EVENTLABEL)
Entity-Relationship diagram of this table (EVENTLOCATION-EVENTTEAMFAFCONFIG)
Entity-Relationship diagram of this table (EVENTWIDGET-FAFIMAGES)
Entity-Relationship diagram of this table (FAFINCENTIVELEVEL-JOBOCCURRENCE)
Entity-Relationship diagram of this table (PARTICIPANTEMAILTEMPLATE-TICKET)
Entity-Relationship diagram of this table (VIDEO)