Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TEAM_PLAYER_ID | int | 4 | null |
|
|
The team player 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_ID | int | 4 | √ | null |
|
|
The ID of the team that the player belongs to |
||||
| TEAM_NAME | varchar | 60 | √ | null |
|
|
The name of the team that the player belongs to |
||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of the customer who is the player |
||||
| FIRST_NAME | varchar | 255 | √ | null |
|
|
The first name of the player |
||||
| LAST_NAME | varchar | 255 | √ | null |
|
|
The last name of the player |
||||
| EMAIL_ADDRESS | varchar | 255 | √ | null |
|
|
The email address of the player |
||||
| HOME_PHONE | varchar | 255 | √ | null |
|
|
The home phone number of the player |
||||
| WORK_PHONE | varchar | 255 | √ | null |
|
|
The work phone number of the player |
||||
| CELL_PHONE | varchar | 255 | √ | null |
|
|
The cell phone number of the player |
||||
| OTHER_PHONE | varchar | 255 | √ | null |
|
|
The other phone number of the player |
||||
| PLAYER_NUMBER | varchar | 50 | √ | null |
|
|
The assigned player number |
||||
| TRANSACTION_ID | int | 4 | √ | null |
|
|
The ID of the enrollment transaction |
||||
| 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 |