Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TEAM_CONTACT_ID | int | 4 | null |
|
|
The team contact ID |
|||||
| TEAM_ID | int | 4 | √ | null |
|
|
The ID of the team that the contact belongs to |
||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of the customer who is the contact |
||||
| COMPANY_ID | int | 4 | √ | null |
|
|
The ID of the company who is the contact |
||||
| CONTACT_TYPE_ID | int | 4 | √ | null |
|
|
The ID of the contact type |
||||
| IS_ONLINE_ADMINISTRATOR | varchar | 5 | √ | null |
|
|
Whether the team contact can administer the team information online (Yes/No) |
||||
| SHOW_ONLINE | varchar | 5 | √ | null |
|
|
Whether the team contact should be displayed online (Yes/No) |
||||
| SHOW_CONTACT_INFO_ONLINE | varchar | 5 | √ | null |
|
|
Whether the team contact’s contact information should be displayed online (Yes/No) |
||||
| CAN_ROLLOVER_TEAM_ONLINE | varchar | 5 | √ | null |
|
|
Whether the contact can roll-over the team information online (Yes/No) |
||||
| RECEIVE_PLAYER_ENROLLMENT_EMAILS | varchar | 5 | √ | null |
|
|
Whether the contact should receive an email as each team member enrolls (Yes/No) |
||||
| 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_CONTACTS_TEAM_CONTACT_ID_ORG_ID_PK | Primary key | Asc/Asc | TEAM_CONTACT_ID + ORG_ID |
| TEAM_CONTACTS_COMPANY_ID_IX | Performance | Asc | COMPANY_ID |
| TEAM_CONTACTS_CONTACT_TYPE_ID_IX | Performance | Asc | CONTACT_TYPE_ID |
| TEAM_CONTACTS_CUSTOMER_ID_IX | Performance | Asc | CUSTOMER_ID |
| TEAM_CONTACTS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |
| TEAM_CONTACTS_TEAM_ID_IX | Performance | Asc | TEAM_ID |