INSTRUCTOR_FACILITY_OPEN_TIMES

0 rows


Description

Contains information on instructor facility open and close times per day of the week

Columns

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

The instructor facility open time ID

INSTRUCTOR_FACILITY_ID int 4 null

The instructor facility ID

INSTRUCTOR_FACILITY_NAME varchar 255 null

The instructor facility name

DAY_OF_WEEK int 4 null

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

DAY_OF_WEEK_NAME nvarchar 60 null

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

START_TIME time 16 null

The instructor facility open time for this period of this day of the week (there may be multiple open and close times on a given day)

END_TIME time 16 null

The instructor facility close time for this period of this day of the week (there may be multiple open and close times on a given day)

INSTRUCTOR_FACILITY_HOUR_ID int 4 null

The instructor facility hours ID if for a specific date range

INSTRUCTOR_FACILITY_HOUR_DESCRIPTION varchar 50 null

The instructor facility hours description if for a specific date range

START_MONTH int 4 null

The starting month number for the period that these instructor facility hours are applicable for

START_DAY int 4 null

The starting day number for the period that these instructor facility hours are applicable for

START_YEAR int 4 null

The starting year for the period that these instructor facility hours are applicable for

END_MONTH int 4 null

The ending month number for the period that these instructor facility hours are applicable for

END_DAY int 4 null

The ending day number for the period that these instructor facility hours are applicable for

END_YEAR int 4 null

The ending year for the period that these instructor facility hours are applicable for

ACTIVE_HUB_KEY int 4 null

The Hub record ID

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

Relationships

View Definition


Possibly Referenced Tables/Views