Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| LOCKER_ID | int | 4 | null |
|
|
The locker ID |
||||||||
| LOCKER_NAME | varchar | 150 | √ | null |
|
|
The locker name |
|||||||
| LOCKER_DESCRIPTION | varchar | 200 | √ | null |
|
|
The locker description |
|||||||
| LOCKER_ROOM_ID | int | 4 | √ | null |
|
|
The ID of the locker room that the locker is in |
|||||||
| LOCKER_ROOM_NAME | varchar | 150 | √ | null |
|
|
The name of the locker room that the locker is in |
|||||||
| LOCKER_BANK_ID | int | 4 | √ | null |
|
|
The ID of the locker bank within the locker room |
|||||||
| LOCKER_BANK_NAME | varchar | 150 | √ | null |
|
|
The name of the locker bank within the locker room |
|||||||
| LOCKER_NUMBER | int | 4 | √ | null |
|
|
The locker number |
|||||||
| LOCKER_BANK_INDEX | int | 4 | √ | null |
|
|
The locker’s index within the locker bank, generated for sorting lockers for display |
|||||||
| LOCKER_SIZE_ID | int | 4 | √ | null |
|
|
The locker size ID |
|||||||
| LOCKER_SIZE_NAME | varchar | 50 | √ | null |
|
|
The locker size name |
|||||||
| COMBINATION_LOCK_ID | int | 4 | √ | null |
|
|
The combination lock ID if applicable |
|||||||
| LOCKER_COMBINATION | varchar | 10 | √ | null |
|
|
The combination of the locker’s lock |
|||||||
| TIME_PERIOD | varchar | 20 | √ | null |
|
|
The time period to use for locker reservations (Hourly / Daily / Weekly / Monthly (duration) / Monthly (calendar) / Yearly / Defined Date Ranges / Specific Period) |
|||||||
| 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 |