Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| EQUIPMENT_OPEN_TIME_ID | int | 4 | √ | null |
|
|
The equipment open time ID |
|
| EQUIPMENT_ID | int | 4 | √ | null |
|
|
The equipment ID |
|
| EQUIPMENT_NAME | varchar | 255 | √ | null |
|
|
The equipment name |
|
| DAY_OF_WEEK | int | 4 | √ | null |
|
|
The day of the week number (1=Sunday to 7=Saturday) |
|
| DAY_OF_WEEK_NAME | nvarchar | 60 | √ | null |
|
|
The day of the week (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday) |
|
| START_TIME | time | 16 | √ | null |
|
|
The equipment open time for this period of this day of the week (there may be multiple open and close times on a given day) |
|
| END_TIME | time | 16 | √ | null |
|
|
The equipment close time for this period of this day of the week (there may be multiple open and close times on a given day) |
|
| EQUIPMENT_HOUR_ID | int | 4 | √ | null |
|
|
The equipment hours ID if for a specific date range |
|
| EQUIPMENT_HOUR_DESCRIPTION | varchar | 50 | √ | null |
|
|
The equipment hours description if for a specific date range |
|
| 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 |
|
| 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 |