Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
|||||||
| FACILITY_HOUR_ID | int | 4 | √ | null |
|
|
The facility hours ID |
|||||||
| FACILITY_HOUR_DESCRIPTION | varchar | 50 | √ | null |
|
|
The facility hours description |
|||||||
| FACILITY_ID | int | 4 | √ | null |
|
|
The ID of the facility |
|||||||
| START_MONTH | int | 4 | √ | null |
|
|
The starting month number for the period that these facility hours are applicable for |
|||||||
| START_DAY | int | 4 | √ | null |
|
|
The starting day number for the period that these facility hours are applicable for |
|||||||
| START_YEAR | int | 4 | √ | null |
|
|
The starting year for the period that these facility hours are applicable for |
|||||||
| END_MONTH | int | 4 | √ | null |
|
|
The ending month number for the period that these facility hours are applicable for |
|||||||
| END_DAY | int | 4 | √ | null |
|
|
The ending day number for the period that these facility hours are applicable for |
|||||||
| END_YEAR | int | 4 | √ | null |
|
|
The ending year for the period that these facility hours are applicable for |
|||||||
| OPEN_24_HOURS | varchar | 5 | √ | null |
|
|
Whether the facility is open 24 hours per day (Yes/No) |
|||||||
| MONDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the facility is closed on Mondays (Yes/No) |
|||||||
| TUESDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the facility is closed on Tuesdays (Yes/No) |
|||||||
| WEDNESDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the facility is closed on Wednesdays (Yes/No) |
|||||||
| THURSDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the facility is closed on Thursdays (Yes/No) |
|||||||
| FRIDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the facility is closed on Fridays (Yes/No) |
|||||||
| SATURDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the facility is closed on Saturdays (Yes/No) |
|||||||
| SUNDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the facility is closed on Sundays (Yes/No) |
|||||||
| AVAILABILITY_STATUS | varchar | 20 | √ | null |
|
|
The instructor facility hours availability status (Available / Leave of Absence) |
|||||||
| APPROVAL_STATUS | varchar | 20 | √ | null |
|
|
The instructor facility hours approval status (Unconfirmed / Confirmed / Approved) |
|||||||
| MAX_PRE_BOOKINGS | int | 4 | √ | null |
|
|
The maximum pre-bookings permitted during these instructor facility hours |
|||||||
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
|||||||
| LAST_SYNC_TIME | datetime | 16,3 | (getdate()) |
|
|
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 |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| FACILITY_HOURS_ACTIVE_HUB_KEY_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| FACILITY_HOURS_FACILITY_HOUR_ID_ORG_ID_UQ | Must be unique | Asc/Asc | FACILITY_HOUR_ID + ORG_ID |
| FACILITY_HOURS_FACILITY_ID_IX | Performance | Asc | FACILITY_ID |