ACTIVITY_INSTRUCTORS

0 rows


Description

Provides the link between INSTRUCTORS and the ACTIVITIES they are assigned to

Columns

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

The dbo record ID

ORG_ID int 4 null

Your organization’s unique identifier in the Active Net system

ACTIVITY_INSTRUCTOR_ID int 4 null

The unique ID of this record in this object

INSTRUCTOR_ID int 4 null

The unique IT of the Instructor

ACTIVITY_ID int 4 null

The unique ID of the activity

INSTRUCTOR_ROLE_ID int 4 null

The unique ID of the Instructor Role

SHOW_INSTRUCTOR_ONLINE int 4 null

Indicates whether the Instructor is displayed for online enrollment

ROW_VERSION binary 8 null

System timestamp (for internal use)

LAST_SYNC_TIME datetime 16,3 (getdate())

Date and time dbo record was last modified

ACTIVE_HUB_PROCESS_ID bigint 8 null

The dbo sync process ID

Indexes

Constraint Name Type Sort Column(s)
PK_ACTIVITY_INSTRUCTORS Primary key Asc/Asc ORG_ID + ACTIVITY_INSTRUCTOR_ID

Relationships