Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
||||||||||
| RESERVATION_DATE_RANGE_ID | int | 4 | √ | null |
|
|
The reservation date range ID |
||||||||||
| RESERVATION_DATE_RANGE_NAME | varchar | 100 | √ | null |
|
|
The reservation date range name |
||||||||||
| FACILITY_ID | int | 4 | √ | null |
|
|
The ID of the facility if the reservation date range belongs to a specific facility |
||||||||||
| START_DATE | date | 20 | √ | null |
|
|
The start date of the reservation date range |
||||||||||
| END_DATE | date | 20 | √ | null |
|
|
The end date of the reservation date range |
||||||||||
| IN_PERSON_RESERVATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window opens for in-person reservations |
||||||||||
| NON_RESIDENT_IN_PERSON_RESERVATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window opens for in-person reservations for non-residents |
||||||||||
| MEMBER_IN_PERSON_RESERVATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window opens for in-person reservations for members |
||||||||||
| IN_PERSON_REGISTRATION_END_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window ends for in-person reservations |
||||||||||
| INTERNET_RESERVATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window opens for online reservations |
||||||||||
| NON_RESIDENT_INTERNET_RESERVATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window opens for online reservations for non-residents |
||||||||||
| MEMBER_INTERNET_RESERVATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window opens for online reservations for members |
||||||||||
| INTERNET_REGISTRATION_END_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window ends for online reservations |
||||||||||
| ALLOW_PRIORITY_RESERVATION | varchar | 5 | √ | null |
|
|
Whether the reservation date range allows priority reservation for returning renters (Yes/No) |
||||||||||
| PRIORITY_IN_PERSON_RESERVATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window opens for priority in-person reservations |
||||||||||
| PRIORITY_NON_RESIDENT_IN_PERSON_RESERVATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window opens for priority in-person reservations for non-residents |
||||||||||
| PRIORITY_MEMBER_IN_PERSON_RESERVATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window opens for priority in-person reservations for members |
||||||||||
| PRIORITY_IN_PERSON_REGISTRATION_END_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window ends for priority in-person reservations |
||||||||||
| PRIORITY_INTERNET_RESERVATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window opens for priority online reservations |
||||||||||
| PRIORITY_NON_RESIDENT_INTERNET_RESERVATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window opens for priority online reservations for non-residents |
||||||||||
| PRIORITY_MEMBER_INTERNET_RESERVATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window opens for priority online reservations for members |
||||||||||
| PRIORITY_INTERNET_REGISTRATION_END_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that the window ends for priority online reservations |
||||||||||
| 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) |
|---|---|---|---|
| RESERVATION_DATE_RANGES_ACTIVE_HUB_KEY_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| RESERVATION_DATE_RANGES_FACILITY_ID_IX | Performance | Asc | FACILITY_ID |
| RESERVATION_DATE_RANGES_RESERVATION_DATE_RANGE_ID_ORG_ID_UQ | Must be unique | Asc/Asc | RESERVATION_DATE_RANGE_ID + ORG_ID |
| RESERVATION_DATE_RANGES_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |