Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| TEAM_ID | int | 4 | null |
|
|
The team ID |
|||||||||||||||||||||||
| LEAGUE_ID | int | 4 | √ | null |
|
|
The ID of the league that the team belongs to |
||||||||||||||||||||||
| LEAGUE_NAME | varchar | 50 | √ | null |
|
|
The name of the league that the team belongs to |
||||||||||||||||||||||
| ACTIVITY_ID | int | 4 | √ | null |
|
|
The ID of the activity that the team is enrolled in |
||||||||||||||||||||||
| ACTIVITY_NAME | varchar | 100 | √ | null |
|
|
The name of the activity that the team is enrolled in |
||||||||||||||||||||||
| ACTIVITY_NUMBER | varchar | 20 | √ | null |
|
|
The number of the activity that the team is enrolled in |
||||||||||||||||||||||
| TEAM_NAME | varchar | 60 | √ | null |
|
|
The team name |
||||||||||||||||||||||
| TEAM_NUMBER | int | 4 | √ | null |
|
|
The team number within the league or activity |
||||||||||||||||||||||
| TEAM_CODE | varchar | 20 | √ | null |
|
|
The code assigned to the team |
||||||||||||||||||||||
| TEAM_DESCRIPTION | varchar | 100 | √ | null |
|
|
The team description |
||||||||||||||||||||||
| HOME_FACILITY_ID | int | 4 | √ | null |
|
|
The ID of the team’s home facility |
||||||||||||||||||||||
| HOME_FACILITY_NAME | varchar | 255 | √ | null |
|
|
The name of the team’s home facility |
||||||||||||||||||||||
| ACTIVITY_TEAM_CATEGORY_ID | int | 4 | √ | null |
|
|
The ID of the activity team category assigned to the team |
||||||||||||||||||||||
| ACTIVITY_TEAM_CATEGORY_NAME | varchar | 50 | √ | null |
|
|
The name of the activity team category assigned to the team |
||||||||||||||||||||||
| ACTIVITY_DIVISION_ID | int | 4 | √ | null |
|
|
The ID of the activity division assigned to the team |
||||||||||||||||||||||
| ACTIVITY_DIVISION_NAME | varchar | 50 | √ | null |
|
|
The name of the activity division assigned to the team |
||||||||||||||||||||||
| MAXIMUM_PLAYERS | int | 4 | √ | null |
|
|
The maximum number of players for the team |
||||||||||||||||||||||
| LEAGUE_OR_TOURNAMENT_SEED | int | 4 | √ | null |
|
|
The seeding number for this team within the league or tournament |
||||||||||||||||||||||
| TEAM_MEMBERS_MUST_PAY_IN_FULL | varchar | 5 | √ | null |
|
|
Whether team members must pay in full when joining the team (Yes/No) |
||||||||||||||||||||||
| IS_GROUP | varchar | 5 | √ | null |
|
|
Whether this is a group rather than a team (Yes/No) |
||||||||||||||||||||||
| TRANSACTION_ID | int | 4 | √ | null |
|
|
The ID of the transaction from enrolling the team |
||||||||||||||||||||||
| IS_REFUNDED | varchar | 5 | √ | null |
|
|
Whether the team enrollment has been refunded (Yes/No) |
||||||||||||||||||||||
| IS_RETIRED | varchar | 5 | √ | null |
|
|
Whether the team has been retired from further use (Yes/No) |
||||||||||||||||||||||
| 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 |