Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
|||||||||||||
| ENTRYPOINT_ID | int | 4 | √ | null |
|
|
The ID of the entry point |
|||||||||||||
| ENTRY_POINT_NAME | varchar | 50 | √ | null |
|
|
The name of the entry point |
|||||||||||||
| ENTRY_POINT_DESCRIPTION | varchar | 125 | √ | null |
|
|
The description of the entry point |
|||||||||||||
| ENTRY_POINT_TYPE | varchar | 50 | √ | null |
|
|
The type of entry point (Standard / Check-in Only / Check-out Only / Check-in and Check-out) |
|||||||||||||
| VALIDATION_TYPE | varchar | 50 | √ | null |
|
|
How validation will be performed at this entry point (Membership Only / Membership then Alternate Key / Alternate Key then Membership) |
|||||||||||||
| FACILITY_ID | int | 4 | √ | null |
|
|
The ID of the facility that the entry point belongs to |
|||||||||||||
| OPEN_24_HOURS | varchar | 5 | √ | null |
|
|
Whether the entry point is open 24 hours per day (Yes/No) |
|||||||||||||
| DEFAULT_OPEN_TIME | time | 16 | √ | null |
|
|
The default daily opening time of the entry point |
|||||||||||||
| DEFAULT_CLOSE_TIME | time | 16 | √ | null |
|
|
The default daily closing time of the entry point |
|||||||||||||
| MONDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the entry point is closed on Mondays (Yes/No) |
|||||||||||||
| TUESDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the entry point is closed on Tuesdays (Yes/No) |
|||||||||||||
| WEDNESDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the entry point is closed on Wednesdays (Yes/No) |
|||||||||||||
| THURSDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the entry point is closed on Thursdays (Yes/No) |
|||||||||||||
| FRIDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the entry point is closed on Fridays (Yes/No) |
|||||||||||||
| SATURDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the entry point is closed on Saturdays (Yes/No) |
|||||||||||||
| SUNDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the entry point is closed on Sundays (Yes/No) |
|||||||||||||
| ORG_ID | int | 4 | √ | null |
|
|
Your organization’s unique identifier in the Active Net system |
|||||||||||||
| 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 |
|||||||||||||
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ENTRY_POINTS_ACTIVE_HUB_KEY_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| ENTRY_POINTS_ENTRYPOINT_ID_ORG_ID_UQ | Must be unique | Asc/Asc | ENTRYPOINT_ID + ORG_ID |
| ENTRY_POINTS_FACILITY_ID_IX | Performance | Asc | FACILITY_ID |
| ENTRY_POINTS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |