Block Totara Stats Table Schema (block_totara_stats)


Description

Holds stats information

block_totara_stats table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
userid BIGINT 19 null
user.id Implied Constraint R
timestamp BIGINT 19 null
eventtype BIGINT 19 null
data LONGTEXT 2147483647 null
data2 BIGINT 19 null

Table contained -1 rows

block_totara_stats table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
bloctotastat_evedat_ix Performance Asc/Asc eventtype + data2
bloctotastat_tim_ix Performance Asc timestamp
bloctotastat_timeve_ix Performance Asc/Asc timestamp + eventtype
bloctotastat_useevedat_ix Performance Asc/Asc/Asc userid + eventtype + data2
bloctotastat_usetimeve_ix Performance Asc/Asc/Asc userid + timestamp + eventtype

block_totara_stats table relationships