Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LEAGUE_SCHEDULE_TIMESLOT_CONFIGURATION_ID | int | 4 | null |
|
|
The league schedule timeslot configuration ID |
|||||
| LEAGUE_SCHEDULE_ID | int | 4 | √ | null |
|
|
The ID of the league schedule that the timeslot configuration belongs to |
||||
| STARTING_DATE | date | 20 | √ | null |
|
|
The starting date of the league schedule timeslot configuration |
||||
| ENDING_DATE | date | 20 | √ | null |
|
|
The ending date of the league schedule timeslot configuration |
||||
| DATE_AND_TIME_SETTING_TYPE | varchar | 25 | √ | null |
|
|
How dates and times should be applied to configured facilities (By Facility / Across All 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_TIMESLOT_CONFIGURATIONS_LEAGUE_SCHEDULE_TIMESLOT_CONFIGURATION_ID_ORG_ID_PK | Primary key | Asc/Asc | LEAGUE_SCHEDULE_TIMESLOT_CONFIGURATION_ID + ORG_ID |
| LEAGUE_SCHEDULE_TIMESLOT_CONFIGURATIONS_LEAGUE_SCHEDULE_ID_IX | Performance | Asc | LEAGUE_SCHEDULE_ID |
| LEAGUE_SCHEDULE_TIMESLOT_CONFIGURATIONS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |