FACILITY_RENTAL_BLOCKS

0 rows


Description

Contains information on facility rental blocks

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVE_HUB_KEY int identity 4 null

The Hub record ID

FACILITY_RENTAL_BLOCK_ID int 4 null

The facility rental block ID

FACILITY_RENTAL_BLOCK_NAME varchar 50 null

The facility rental block name

FACILITY_ID int 4 null
FACILITIES.FACILITY_ID Defined in XML R

The ID of the facility that the rental block belongs to

START_TIME time 16 null

The start time of the rental block

END_TIME time 16 null

The end time of the rental block

CROSSES_DAYS varchar 5 null

Whether the rental block time cross into the next day (Yes/No)

ACTIVITY_ID int 4 null
ACTIVITIES.ACTIVITY_ID Defined in XML R

The ID of the activity that the rental block belongs to

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)
FACILITY_RENTAL_BLOCKS_ACTIVE_HUB_KEY_PK Primary key Asc ACTIVE_HUB_KEY
FACILITY_RENTAL_BLOCKS_ACTIVITY_ID_IX Performance Asc ACTIVITY_ID
FACILITY_RENTAL_BLOCKS_FACILITY_ID_IX Performance Asc FACILITY_ID
FACILITY_RENTAL_BLOCKS_FACILITY_RENTAL_BLOCK_ID_ORG_ID_UQ Must be unique Asc/Asc FACILITY_RENTAL_BLOCK_ID + ORG_ID
FACILITY_RENTAL_BLOCKS_ROW_VERSION_IX Performance Asc ROW_VERSION

Relationships