Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LEAGUE_SCHEDULE_PAIRING_OFFICIAL_ID | int | 4 | null |
|
|
The league schedule pairing official 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 |
||||
| LEAGUE_SCHEDULE_TITLE | varchar | 50 | √ | null |
|
|
The title of the league schedule |
||||
| LEAGUE_SCHEDULE_PAIRING_ID | int | 4 | √ | null |
|
|
The league schedule pairing ID |
||||
| FACILITY_ID | int | 4 | √ | null |
|
|
The ID of the facility for this pairing |
||||
| FACILITY_NAME | varchar | 255 | √ | null |
|
|
The name of the facility for this pairing |
||||
| START_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The start date and time for this pairing |
||||
| END_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The end date and time for this pairing |
||||
| START_DATE_ONLY | date | 20 | √ | null |
|
|
The start date for this pairing (date only) |
||||
| END_DATE_ONLY | date | 20 | √ | null |
|
|
The end date for this pairing (date only) |
||||
| START_TIME_ONLY | time | 16 | √ | null |
|
|
The start time for this pairing (time only) |
||||
| END_TIME_ONLY | time | 16 | √ | null |
|
|
The end time for this pairing (time only) |
||||
| IS_POSTPONED | varchar | 5 | √ | null |
|
|
Whether this pairing has been postponed (Yes/No) |
||||
| OFFICIAL_ID | int | 4 | √ | null |
|
|
The ID of the official who is assigned to officiate this league schedule pairing |
||||
| FIRST_NAME | varchar | 255 | √ | null |
|
|
The first name of the official |
||||
| LAST_NAME | varchar | 255 | √ | null |
|
|
The last name of the official |
||||
| EMAIL_ADDRESS | varchar | 255 | √ | null |
|
|
The email address of the official |
||||
| HOME_PHONE | varchar | 255 | √ | null |
|
|
The home phone number of the official |
||||
| WORK_PHONE | varchar | 255 | √ | null |
|
|
The work phone number of the official |
||||
| CELL_PHONE | varchar | 255 | √ | null |
|
|
The cell phone number of the official |
||||
| OTHER_PHONE | varchar | 255 | √ | null |
|
|
The other phone number of the official |
||||
| FAX_NUMBER | varchar | 255 | √ | null |
|
|
The fax number of the official |
||||
| PAGER_NUMBER | varchar | 255 | √ | null |
|
|
The pager number of the official |
||||
| 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 |