FACILITY_UTILIZATION

0 rows


Description

Contains facility utilization information by date. For reservations that ended in the past 36 months or which will begin in the next 12 months.

Columns

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

The ID of the facility

FACILITY_NAME varchar 255 null

The name of the facility

CENTER_ID int 4 null

The ID of the facility’s center

CENTER_NAME varchar 255 null

The name of the facility’s center

SITE_ID int 4 null

The ID of the center’s site

SITE_NAME varchar 255 null

The name of the center’s site

FACILITY_DATE date 20 null

The date that the availability is calculated for

DAY_OF_WEEK int 4 null

The day of week number (1=Sunday to 7=Saturday)

DAY_OF_WEEK_NAME nvarchar 60 null

The day of week name (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday)

IS_CLOSED varchar 5 null

Whether the facility is configured as closed on this day of the week (Yes/No)

IS_OPEN_24_HOURS varchar 5 null

Whether the facility is configured as open 24 hours per day (Yes/No)

MIN_OPEN_TIME time 16 null

The minimum open time for the facility on this date

MAX_CLOSE_TIME time 16 null

The maximum close time for the facility on this date

OPEN_MINUTES int 4 null

The number of minutes the facility is open on this date

SKIP_MINUTES int 4 null

The number of minutes the facility is closed on this date due to a skip date

AVAILABLE_MINUTES int 4 null

The number of minutes the facility is available for reservation on this date

OPEN_HOURS numeric 12,2 null

The number of hours the facility is open on this date

SKIP_HOURS numeric 12,2 null

The number of hours the facility is closed on this date due to a skip date

AVAILABLE_HOURS numeric 12,2 null

The number of hours the facility is available for reservation on this date

PERMIT_MINUTES int 4 null

The number of minutes the facility is booked for permits on this date

ACTIVITY_MINUTES int 4 null

The number of minutes the facility is booked for activities on this date

PROGRAM_MINUTES int 4 null

The number of minutes the facility is booked for daycare programs on this date

LEAGUE_MINUTES int 4 null

The number of minutes the facility is booked for league schedules on this date

TOTAL_BOOKED_MINUTES int 4 null

The total number of minutes the facility is booked on this date

PERMIT_HOURS numeric 12,2 null

The number of hours the facility is booked for permits on this date

ACTIVITY_HOURS numeric 12,2 null

The number of hours the facility is booked for activities on this date

PROGRAM_HOURS numeric 12,2 null

The number of hours the facility is booked for daycare programs on this date

LEAGUE_HOURS numeric 12,2 null

The number of hours the facility is booked for league schedules on this date

TOTAL_BOOKED_HOURS numeric 12,2 null

The total number of hours the facility is booked on this date

PERMIT_ATTENDANCE int 4 null

The total attendance for permits that the facility is booked for on this date

ACTIVITY_ATTENDANCE int 4 null

The total attendance for activities that the facility is booked for on this date

PROGRAM_ATTENDANCE int 4 null

The total attendance for daycare programs that the facility is booked for on this date

LEAGUE_ATTENDANCE int 4 null

The total attendance for league schedules that the facility is booked for on this date

TOTAL_BOOKED_ATTENDANCE int 4 null

The total attendance that the facility is booked for on this date

Relationships

View Definition


Possibly Referenced Tables/Views