tool_monitor_events

0 rows


Description

A table that keeps a log of events related to subscriptions

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 toolmonieven_con3_fkR

Context id

contextlevel BIGINT 19 null

Context level

contextinstanceid BIGINT 19 null
context.instanceid toolmonieven_con4_fkR

Context instance id

link VARCHAR 254

Link to the event location

courseid BIGINT 19 null
course.id toolmonieven_cou2_fkR

course id

timecreated BIGINT 19 null

Time created

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
toolmonieven_con2_ix Performance Asc contextinstanceid
toolmonieven_con_ix Performance Asc contextid
toolmonieven_cou_ix Performance Asc courseid

Relationships