ACTIVITY_RESERVATION_PATTERNS

0 rows


Description

Reservation patterns for generating activity class dates

Columns

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

The Hub record ID

ACTIVITY_ID int 4 null
ACTIVITIES.ACTIVITY_ID Defined in XML R

Activity ID that activity class dates should be generated for

PATTERN_NAME varchar 50 null

Name of the activity reservation pattern

PATTERN_INDEX int 4 null

Sort order of the activity reservation pattern

FACILITY_ID int 4 null
FACILITIES.FACILITY_ID Defined in XML R

Facility ID that activity class dates should be generated for

WEEKS_OF_MONTH varchar 5 null

Weeks of the month that class dates should be generated for (each character represents a week in the month)

DAY_OF_WEEK int 4 null

Day of week number to generate activity class dates for (1=Sunday to 7=Saturday)

DAY_OF_WEEK_NAME nvarchar 60 null

Day of week to generate activity class dates for (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday)

BEGINNING_DATE date 20 null

First date that activity class dates should be generated from

ENDING_DATE date 20 null

Last date that activity class dates should be generated to

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

ACTIVITY_RESERVATION_PATTERN_ID int 4 null

Activity reservation pattern ID (for internal synchronization)

ACTIVITY_RESERVATION_PATTERN_FACILITY_ID int 4 null

Activity reservation pattern facility ID (for internal synchronization)

ACTIVITY_RESERVATION_PATTERN_DATE_ID int 4 null

Activity reservation pattern date ID (for internal synchronization)

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_RESERVATION_PATTERNS_ACTIVE_HUB_KEY_PK Primary key Asc ACTIVE_HUB_KEY
ACTIVITY_RESERVATION_PATTERNS_ACTIVITY_ID_IX Performance Asc ACTIVITY_ID
ACTIVITY_RESERVATION_PATTERNS_ACTIVITY_RESERVATION_PATTERN_DATE_ID_IX Performance Asc ACTIVITY_RESERVATION_PATTERN_DATE_ID
ACTIVITY_RESERVATION_PATTERNS_ACTIVITY_RESERVATION_PATTERN_FACILITY_ID_IX Performance Asc ACTIVITY_RESERVATION_PATTERN_FACILITY_ID
ACTIVITY_RESERVATION_PATTERNS_ACTIVITY_RESERVATION_PATTERN_ID_FACILITY_ID_DATE_ID_ORG_ID_IX Performance Asc/Asc/Asc/Asc ACTIVITY_RESERVATION_PATTERN_ID + ACTIVITY_RESERVATION_PATTERN_DATE_ID + ACTIVITY_RESERVATION_PATTERN_FACILITY_ID + ORG_ID
ACTIVITY_RESERVATION_PATTERNS_FACILITY_ID_IX Performance Asc FACILITY_ID
ACTIVITY_RESERVATION_PATTERNS_ROW_VERSION_IX Performance Asc ROW_VERSION

Relationships