Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| INSTRUCTOR_FACILITY_RENTAL_BLOCK_ID | int | 4 | √ | null |
|
|
The instructor facility rental block ID |
|
| INSTRUCTOR_FACILITY_RENTAL_BLOCK_NAME | varchar | 50 | √ | null |
|
|
The instructor facility rental block name |
|
| INSTRUCTOR_FACILITY_ID | int | 4 | √ | null |
|
|
The ID of the instructor facility that the rental block belongs to |
|
| INSTRUCTOR_FACILITY_NAME | varchar | 255 | √ | null |
|
|
The name of the instructor facility that the rental block belongs to |
|
| START_TIME | time | 16 | √ | null |
|
|
The start time of the rental block |
|
| END_TIME | time | 16 | √ | null |
|
|
The end time of the rental block |
|
| CROSSES_DAYS | varchar | 5 | √ | null |
|
|
Whether the rental block time cross into the next day (Yes/No) |
|
| ACTIVITY_ID | int | 4 | √ | null |
|
|
The ID of the activity that the rental block belongs to |
|
| ACTIVITY_NAME | varchar | 100 | √ | null |
|
|
The name of the activity that the rental block belongs to |
|
| ACTIVE_HUB_KEY | int | 4 | null |
|
|
The Hub record ID |
||
| 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 |