Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| EQUIPMENT_RENTAL_BLOCK_ID | int | 4 | √ | null |
|
|
The equipment rental block ID |
|
| EQUIPMENT_RENTAL_BLOCK_NAME | varchar | 50 | √ | null |
|
|
The equipment rental block name |
|
| EQUIPMENT_ID | int | 4 | √ | null |
|
|
The ID of the equipment that the rental block belongs to |
|
| EQUIPMENT_NAME | varchar | 255 | √ | null |
|
|
The name of the equipment 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) |
|
| 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 |