Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TEAM_PLAYER_ID | int | 4 | null |
|
|
The team player ID |
|||||
| TEAM_ID | int | 4 | √ | null |
|
|
The ID of the team that the player belongs to |
||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of the customer who is the player |
||||
| TRANSACTION_ID | int | 4 | √ | null |
|
|
The ID of the enrollment transaction |
||||
| PLAYER_NUMBER | varchar | 50 | √ | null |
|
|
The assigned player number |
||||
| 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) |
|---|---|---|---|
| TEAM_PLAYERS_TEAM_PLAYER_ID_ORG_ID_PK | Primary key | Asc/Asc | TEAM_PLAYER_ID + ORG_ID |
| TEAM_PLAYERS_CUSTOMER_ID_IX | Performance | Asc | CUSTOMER_ID |
| TEAM_PLAYERS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |
| TEAM_PLAYERS_TEAM_ID_IX | Performance | Asc | TEAM_ID |
| TEAM_PLAYERS_TRANSACTION_ID_IX | Performance | Asc | TRANSACTION_ID |