Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| EQUIPMENT_HOUR_ID | int | 4 | √ | null |
|
|
The equipment hours ID |
|
| EQUIPMENT_HOUR_DESCRIPTION | varchar | 50 | √ | null |
|
|
The equipment hours description |
|
| EQUIPMENT_ID | int | 4 | √ | null |
|
|
The ID of the equipment |
|
| EQUIPMENT_NAME | varchar | 255 | √ | null |
|
|
The name of the equipment |
|
| START_MONTH | int | 4 | √ | null |
|
|
The starting month number for the period that these equipment hours are applicable for |
|
| START_DAY | int | 4 | √ | null |
|
|
The starting day number for the period that these equipment hours are applicable for |
|
| START_YEAR | int | 4 | √ | null |
|
|
The starting year for the period that these equipment hours are applicable for |
|
| END_MONTH | int | 4 | √ | null |
|
|
The ending month number for the period that these equipment hours are applicable for |
|
| END_DAY | int | 4 | √ | null |
|
|
The ending day number for the period that these equipment hours are applicable for |
|
| END_YEAR | int | 4 | √ | null |
|
|
The ending year for the period that these equipment hours are applicable for |
|
| OPEN_24_HOURS | varchar | 5 | √ | null |
|
|
Whether the equipment is open 24 hours per day (Yes/No) |
|
| MONDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the equipment is closed on Mondays (Yes/No) |
|
| TUESDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the equipment is closed on Tuesdays (Yes/No) |
|
| WEDNESDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the equipment is closed on Wednesdays (Yes/No) |
|
| THURSDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the equipment is closed on Thursdays (Yes/No) |
|
| FRIDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the equipment is closed on Fridays (Yes/No) |
|
| SATURDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the equipment is closed on Saturdays (Yes/No) |
|
| SUNDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the equipment is closed on Sundays (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 |