Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LEAGUE_SCHEDULE_TIMESLOT_ID | int | 4 | null |
|
|
The league schedule timeslot ID |
|||||
| LEAGUE_ID | int | 4 | √ | null |
|
|
The ID of the league that the league schedule belongs to |
||||
| LEAGUE_NAME | varchar | 50 | √ | null |
|
|
The name of the league that the league schedule belongs to |
||||
| LEAGUE_SCHEDULE_ID | int | 4 | √ | null |
|
|
The ID of the league schedule that the timeslot belongs to |
||||
| LEAGUE_SCHEDULE_TITLE | varchar | 50 | √ | null |
|
|
The title of the league schedule that the timeslot belongs to |
||||
| LEAGUE_SCHEDULE_TIMESLOT_CONFIGURATION_ID | int | 4 | √ | null |
|
|
The ID of the league schedule timeslot configuration that this timeslot will be applied against |
||||
| 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 |
||||
| 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 |
|
|
The ID of the specific facility to be applied for this time slot (NULL if applying across all configured facilities) |
||||
| FACILITY_NAME | varchar | 255 | √ | null |
|
|
The name of the specific facility to be applied for this time slot (NULL if applying across all configured facilities) |
||||
| LAST_SYNC_TIME | datetime | 16,3 | null |
|
|
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 |