Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
                                        
  | 
                                    
                                         | 
                                    ||||
| 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 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_use_ix | Performance | Asc | userid |