Log Display Table Schema (log_display)


Description

For a particular module/action, specifies a moodle table/field

log_display table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 √ null
module VARCHAR 20
action VARCHAR 40
mtable VARCHAR 30
field VARCHAR 200
component VARCHAR 100

owner of the log action

Table contained -1 rows

log_display table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
logdisp_modact_uix Must be unique Asc/Asc module + action