Tool Monitor Events Table Schema (tool_monitor_events)


Description

A table that keeps a log of events related to subscriptions

tool_monitor_events table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
eventname VARCHAR 254

Event name

contextid BIGINT 19 null
context.id Implied Constraint R

Context id

contextlevel BIGINT 19 null

Context level

contextinstanceid BIGINT 19 null
context.id Implied Constraint R

Context instance id

link VARCHAR 254

Link to the event location

courseid BIGINT 19 null
course.id Implied Constraint R

course id

timecreated BIGINT 19 null

Time created

Table contained -1 rows

tool_monitor_events table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id

tool_monitor_events table relationships