Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int | 4 | null |
|
|
The Hub record ID |
|||||
| INSTRUCTOR_ID | int | 4 | √ | null |
|
|
Instructor’s ID |
||||
| INSTRUCTOR_FIRST_NAME | varchar | 255 | √ | null |
|
|
Instructor’s first name |
||||
| INSTRUCTOR_LAST_NAME | varchar | 255 | √ | null |
|
|
Instructor’s last name |
||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
Instructor’s customer ID |
||||
| INSTRUCTOR_FACILITY_ID | int | 4 | √ | null |
|
|
Instructor’s facility ID |
||||
| INSTRUCTOR_TYPE_ID | int | 4 | √ | null |
|
|
DEPRECATED - UNUSED |
||||
| INSTRUCTOR_TYPE_NAME | int | 4 | √ | null |
|
|
DEPRECATED - UNUSED |
||||
| SITE_ID | int | 4 | √ | null |
|
|
Instructor’s site ID |
||||
| SITE_NAME | varchar | 255 | √ | null |
|
|
Instructor’s site name |
||||
| COMPANY_ID | int | 4 | √ | null |
|
|
Instructor’s company’s ID |
||||
| COMPANY_NAME | varchar | 255 | √ | null |
|
|
Instructor’s company’s name |
||||
| RETIRED | varchar | 5 | √ | null |
|
|
Whether the instructor record has been retired (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 |