Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
||||
| PACKAGE_ID | int | 4 | √ | null |
|
|
The ID of the membership package |
||||
| ENTRYPOINT_ID | int | 4 | √ | null |
|
|
The ID of the entry point |
||||
| FACILITY_ID | int | 4 | √ | null |
|
|
The ID of the facility that the entry point belongs to |
||||
| PACKAGEENTRYPOINT_ID | int | 4 | √ | null |
|
|
The ID of the package entry point |
||||
| 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 |
||||
| OPEN_24_HOURS | varchar | 5 | √ | null |
|
|
Whether the package entry point is open 24 hours per day (Yes/No) |
||||
| DEFAULT_OPEN_TIME | time | 16 | √ | null |
|
|
The default daily opening time of the package entry point |
||||
| DEFAULT_CLOSE_TIME | time | 16 | √ | null |
|
|
The default daily closing time of the package entry point |
||||
| MONDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the package entry point is closed on Mondays (Yes/No) |
||||
| TUESDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the package entry point is closed on Tuesdays (Yes/No) |
||||
| WEDNESDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the package entry point is closed on Wednesdays (Yes/No) |
||||
| THURSDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the package entry point is closed on Thursdays (Yes/No) |
||||
| FRIDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the package entry point is closed on Fridays (Yes/No) |
||||
| SATURDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the package entry point is closed on Saturdays (Yes/No) |
||||
| SUNDAY_CLOSED | varchar | 5 | √ | null |
|
|
Whether the package entry point is closed on Sundays (Yes/No) |
||||
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PACKAGE_ENTRY_POINTS_ACTIVE_HUB_KEY_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| PACKAGE_ENTRY_POINTS_ENTRYPOINT_ID_IX | Performance | Asc | ENTRYPOINT_ID |
| PACKAGE_ENTRY_POINTS_FACILITY_ID_IX | Performance | Asc | FACILITY_ID |
| PACKAGE_ENTRY_POINTS_PACKAGE_ID_IX | Performance | Asc | PACKAGE_ID |
| PACKAGE_ENTRY_POINTS_PACKAGEENTRYPOINT_ID_ORG_ID_IX | Performance | Asc/Asc | PACKAGEENTRYPOINT_ID + ORG_ID |
| PACKAGE_ENTRY_POINTS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |