Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| LEAGUE_ID | int | 4 | null |
|
|
The league ID |
|||||||||||||||||||||||
| LEAGUE_NAME | varchar | 50 | √ | null |
|
|
The league name |
||||||||||||||||||||||
| LEAGUE_FORMAT | varchar | 10 | √ | null |
|
|
The format of this league (League / Tournament) |
||||||||||||||||||||||
| PARENT_LEAGUE_ID | int | 4 | √ | null |
|
|
The ID of the league that is the parent of this league |
||||||||||||||||||||||
| PARENT_LEAGUE_NAME | varchar | 50 | √ | null |
|
|
The name of the league that is the parent of this league |
||||||||||||||||||||||
| START_DATE | date | 20 | √ | null |
|
|
The starting date of the league |
||||||||||||||||||||||
| END_DATE | date | 20 | √ | null |
|
|
The ending date of the league |
||||||||||||||||||||||
| LEAGUE_TYPE_ID | int | 4 | √ | null |
|
|
The ID of the league type |
||||||||||||||||||||||
| LEAGUE_TYPE_NAME | varchar | 50 | √ | null |
|
|
The name of the league type |
||||||||||||||||||||||
| ACTIVITY_ID | int | 4 | √ | null |
|
|
The ID of the activity associated with this league |
||||||||||||||||||||||
| ACTIVITY_NAME | varchar | 100 | √ | null |
|
|
The name of the activity associated with this league |
||||||||||||||||||||||
| ACTIVITY_NUMBER | varchar | 20 | √ | null |
|
|
The number of the activity associated with this league |
||||||||||||||||||||||
| RANKING_SYSTEM_ID | int | 4 | √ | null |
|
|
The ID of the ranking system used for league standings |
||||||||||||||||||||||
| RANKING_SYSTEM_NAME | varchar | 100 | √ | null |
|
|
The name of the ranking system used for league standings |
||||||||||||||||||||||
| MINIMUM_NUMBER_OF_TEAMS | int | 4 | √ | null |
|
|
The minimum number of teams for the league |
||||||||||||||||||||||
| MAXIMUM_NUMBER_OF_TEAMS | int | 4 | √ | null |
|
|
The maximum number of teams for the league |
||||||||||||||||||||||
| MINIMUM_PLAYERS_PER_TEAM | int | 4 | √ | null |
|
|
The minimum number of players per team |
||||||||||||||||||||||
| MAXIMUM_PLAYERS_PER_TEAM | int | 4 | √ | null |
|
|
The maximum number of players per team |
||||||||||||||||||||||
| IS_COMPLETED | varchar | 5 | √ | null |
|
|
Whether this league has been completed (Yes/No) |
||||||||||||||||||||||
| AUTO_COPY_DATES_TO_ACTIVITY | varchar | 5 | √ | null |
|
|
Whether the dates for the league schedule should automatically be copied to the associated activity (Yes/No) |
||||||||||||||||||||||
| HAS_TEAMS | varchar | 5 | √ | null |
|
|
Whether the league currently has registered teams (Yes/No) |
||||||||||||||||||||||
| SEED_TEAMS_BY_RANK | varchar | 5 | √ | null |
|
|
Whether teams should be seeded according to rank (Yes/No) |
||||||||||||||||||||||
| SHOW_LEAGUE_ONLINE | varchar | 5 | √ | null |
|
|
Whether the league should be displayed online (Yes/No) |
||||||||||||||||||||||
| SHOW_ONLINE_FOR_TEAM_MEMBER_ONLY | varchar | 5 | √ | null |
|
|
Whether the league should be displayed online only for team members (Yes/No) |
||||||||||||||||||||||
| HIDE_COMPLETED_LEAGUE_ONLINE | varchar | 5 | √ | null |
|
|
Whether the league should be hidden from online view once it has been completed (Yes/No) |
||||||||||||||||||||||
| SHOW_STANDINGS_ONLINE | varchar | 5 | √ | null |
|
|
Whether the league standings should be displayed online (Yes/No) |
||||||||||||||||||||||
| SHOW_TEAM_PLAYERS_ONLINE | varchar | 5 | √ | null |
|
|
Whether the league team rosters should be displayed online (Yes/No) |
||||||||||||||||||||||
| SHOW_TEAM_ROSTERS_TO_EVERYONE | varchar | 5 | √ | null |
|
|
Whether the league team rosters should be displayed online to everyone (Yes/No) |
||||||||||||||||||||||
| ALLOW_TEAM_CONTACT_TO_ENTER_SCORES | varchar | 5 | √ | null |
|
|
Whether the team contacts should be able to enter game scores (Yes/No) |
||||||||||||||||||||||
| SHOW_OFFICIALS_ONLINE | varchar | 5 | √ | null |
|
|
Whether the assigned league officials should be displayed online (Yes/No) |
||||||||||||||||||||||
| ALLOW_OFFICIALS_VIEW_SCHEDULES_ONLINE | varchar | 5 | √ | null |
|
|
Whether the assigned league officials should be able to view their schedules online (Yes/No) |
||||||||||||||||||||||
| OFFICIAL_FEE_PER_GAME | money | 21,4 | √ | null |
|
|
The amount per game that assigned officials will be paid |
||||||||||||||||||||||
| OFFICIAL_FEE_PER_HOUR | money | 21,4 | √ | null |
|
|
The amount per hour that assigned officials will be paid |
||||||||||||||||||||||
| SITE_ID | int | 4 | √ | null |
|
|
The ID of the specific site that the league belongs to (NULL for all sites) |
||||||||||||||||||||||
| SITE_NAME | varchar | 255 | √ | null |
|
|
The name of the specific site that the league belongs to (NULL for all sites) |
||||||||||||||||||||||
| 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 |