Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LEAGUE_CONTACT_ID | int | 4 | null |
|
|
The league contact ID |
|||||
| LEAGUE_ID | int | 4 | √ | null |
|
|
The ID of the league that the contact is assigned to |
||||
| LEAGUE_NAME | varchar | 50 | √ | null |
|
|
The name of the league that the contact is assigned to |
||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of the customer who is the contact |
||||
| CUSTOMER_NAME | varchar | 511 | √ | null |
|
|
The name of the customer who is the contact |
||||
| COMPANY_ID | int | 4 | √ | null |
|
|
The ID of the company who is the contact |
||||
| COMPANY_NAME | varchar | 255 | √ | null |
|
|
The name of the company who is the contact |
||||
| CONTACT_TYPE_ID | int | 4 | √ | null |
|
|
The ID of the contact type |
||||
| CONTACT_TYPE_NAME | varchar | 50 | √ | null |
|
|
The name of the contact type |
||||
| SHOW_ONLINE | varchar | 5 | √ | null |
|
|
Whether the league contact should be displayed online (Yes/No) |
||||
| SHOW_CONTACT_INFO_ONLINE | varchar | 5 | √ | null |
|
|
Whether the league contact’s contact information should be displayed online (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 |