events_queue

0 rows


Description

This table is for storing queued events. It stores only one

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
events_queue_handlers.queuedeventid evenqueuhand_que2_fkR
eventdata LONGTEXT 2147483647 null

serialized version of the data object passed to the event handler.

stackdump LONGTEXT 2147483647 null

serialized debug_backtrace showing where the event was fired from

userid BIGINT 19 null
user.id evenqueu_use2_fkR

$USER->id when the event was fired

timecreated BIGINT 19 null

time stamp of the first time this was added

Indexes

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

Relationships