Local Ld Lastactivity Table Schema (local_ld_lastactivity)


Description

Last activity that user has performed

local_ld_lastactivity table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
userid BIGINT 19 null
user.id Implied Constraint R

Foreign key to the user table

lastaccess BIGINT 19 null

When the activity has occurred

courseid BIGINT 19 null
course.id Implied Constraint R

Course ID

coursemoduleid BIGINT 19 0
course.id Implied Constraint R

Coursemodule id

Table contained -1 rows

local_ld_lastactivity table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
localdlast_use_uix Must be unique Asc userid

local_ld_lastactivity table relationships