LEAGUE_SCHEDULE_TIMESLOTS

0 rows


Description

Your organization’s defined league schedule timeslots

Columns

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

The league schedule timeslot ID

LEAGUE_SCHEDULE_TIMESLOT_CONFIGURATION_ID int 4 null
LEAGUE_SCHEDULE_TIMESLOT_CONFIGURATIONS.LEAGUE_SCHEDULE_TIMESLOT_CONFIGURATION_ID Defined in XML R

The ID of the league schedule timeslot configuration that this timeslot will be applied against

DAY_OF_WEEK int 4 null

The day of the week number for the games to be generated (1=Sunday to 7=Saturday)

DAY_OF_WEEK_NAME nvarchar 60 null

The day of the week for the games to be generated (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday)

STARTING_TIME time 16 null

The starting time of the games to be generated

ENDING_TIME time 16 null

The ending time of the games to be generated

FACILITY_ID int 4 null
FACILITIES.FACILITY_ID Defined in XML R

The ID of the specific facility to be applied for this time slot (NULL if applying across all configured facilities)

ROW_VERSION binary 8 null

System timestamp (for internal use)

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

Indexes

Constraint Name Type Sort Column(s)
LEAGUE_SCHEDULE_TIMESLOTS_LEAGUE_SCHEDULE_TIMESLOT_ID_ORG_ID_PK Primary key Asc/Asc LEAGUE_SCHEDULE_TIMESLOT_ID + ORG_ID
LEAGUE_SCHEDULE_TIMESLOTS_FACILITY_ID_IX Performance Asc FACILITY_ID
LEAGUE_SCHEDULE_TIMESLOTS_LEAGUE_SCHEDULE_TIMESLOT_CONFIGURATION_ID_IX Performance Asc LEAGUE_SCHEDULE_TIMESLOT_CONFIGURATION_ID
LEAGUE_SCHEDULE_TIMESLOTS_ROW_VERSION_IX Performance Asc ROW_VERSION

Relationships