LEAGUES

0 rows


Description

Your organization’s defined leagues

Columns

Column Type Size Nulls Auto Default Children Parents Comments
LEAGUE_ID int 4 null
LEAGUE_CONTACTS.LEAGUE_ID Defined in XML R
LEAGUE_FACILITIES.LEAGUE_ID Defined in XML R
LEAGUE_NO_PLAY_DATES.LEAGUE_ID Defined in XML R
LEAGUE_OFFICIALS.LEAGUE_ID Defined in XML R
LEAGUE_SCHEDULES.LEAGUE_ID Defined in XML R
LEAGUES.PARENT_LEAGUE_ID Defined in XML R
TEAMS.LEAGUE_ID Defined in XML R

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
LEAGUES.LEAGUE_ID Defined in XML R

The ID 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
LEAGUE_TYPES.LEAGUE_TYPE_ID Defined in XML R

The ID of the league type

ACTIVITY_ID int 4 null
ACTIVITIES.ACTIVITY_ID Defined in XML R

The ID of the activity associated with this league

RANKING_SYSTEM_ID int 4 null
RANKING_SYSTEMS.RANKING_SYSTEM_ID Defined in XML R

The ID 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
SITES.SITE_ID Defined in XML R

The ID of the specific site that the league belongs to (NULL for all sites)

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)
LEAGUES_LEAGUE_ID_ORG_ID_PK Primary key Asc/Asc LEAGUE_ID + ORG_ID
LEAGUES_ACTIVITY_ID_IX Performance Asc ACTIVITY_ID
LEAGUES_LEAGUE_TYPE_ID_IX Performance Asc LEAGUE_TYPE_ID
LEAGUES_PARENT_LEAGUE_ID_IX Performance Asc PARENT_LEAGUE_ID
LEAGUES_RANKING_SYSTEM_ID_IX Performance Asc RANKING_SYSTEM_ID
LEAGUES_ROW_VERSION_IX Performance Asc ROW_VERSION
LEAGUES_SITE_ID_IX Performance Asc SITE_ID

Relationships