LOCKERS

0 rows


Description

Your organization’s defined lockers

Columns

Column Type Size Nulls Auto Default Children Parents Comments
LOCKER_ID int 4 null
LOCKER_DATE_RANGES.LOCKER_ID Defined in XML R
LOCKER_SCHEDULES.LOCKER_ID Defined in XML R

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
LOCKER_ROOMS.LOCKER_ROOM_ID Defined in XML R

The ID of the locker room that the locker is in

LOCKER_BANK_ID int 4 null
LOCKER_BANKS.LOCKER_BANK_ID Defined in XML R

The ID 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
LOCKER_SIZES.LOCKER_SIZE_ID Defined in XML R

The locker size ID

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)

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)
LOCKERS_LOCKER_ID_ORG_ID_PK Primary key Asc/Asc LOCKER_ID + ORG_ID
LOCKERS_LOCKER_BANK_ID_IX Performance Asc LOCKER_BANK_ID
LOCKERS_LOCKER_ROOM_ID_IX Performance Asc LOCKER_ROOM_ID
LOCKERS_LOCKER_SIZE_ID_IX Performance Asc LOCKER_SIZE_ID
LOCKERS_ROW_VERSION_IX Performance Asc ROW_VERSION

Relationships