ACTIVITY_DATES

0 rows


Description

Detailed class times and locations per activity

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVE_HUB_KEY int identity 4 null

The Hub record ID

ACTIVITY_DATE_ID int 4 null

Activity date ID

ACTIVITY_ID int 4 null
ACTIVITIES.ACTIVITY_ID Defined in XML R

Activity ID

FACILITY_ID int 4 null
FACILITIES.FACILITY_ID Defined in XML R

Facility ID

FACILITY_SCHEDULE_ID int 4 null
FACILITY_RESERVATION.FACILITY_SCHEDULE_ID Defined in XML R

Facility schedule ID (if the facility is reserved)

MEETING_DATE date 20 null

Date of the activity class

START_TIME time 16 null

Start time of the activity class

END_TIME time 16 null

End time of the activity class

SETUP_START_TIME time 16 null

Start time of the scheduled time for the class including setup time

CLEANUP_END_TIME time 16 null

End time of the scheduled time for the class including cleanup time

LAST_SYNC_TIME datetime 16,3 (getdate())

Date and time Hub record was last modified

ACTIVE_HUB_PROCESS_ID bigint 8 null

The Hub sync process ID

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

ROW_VERSION binary 8 null

System timestamp (for internal use)

Indexes

Constraint Name Type Sort Column(s)
ACTIVITY_DATES_ACTIVE_HUB_KEY_PK Primary key Asc ACTIVE_HUB_KEY
ACTIVITY_DATES_ACTIVITY_DATE_ID_ORG_ID_UQ Must be unique Asc/Asc ACTIVITY_DATE_ID + ORG_ID
ACTIVITY_DATES_ACTIVITY_ID_IX Performance Asc ACTIVITY_ID
ACTIVITY_DATES_FACILITY_ID_IX Performance Asc FACILITY_ID
ACTIVITY_DATES_FACILITY_SCHEDULE_ID_IX Performance Asc FACILITY_SCHEDULE_ID
ACTIVITY_DATES_nc_cs_ix Performance Asc/Asc/Asc/Asc ACTIVITY_DATE_ID + ACTIVITY_ID + FACILITY_ID + FACILITY_SCHEDULE_ID
ACTIVITY_DATES_ROW_VERSION_IX Performance Asc ROW_VERSION

Relationships