This article outlines the database structure for the MMv4 event_tr_slot database table.
- parent_id
Reference to the event_info.id that this item is associated with.
int(10) | unsigned | indexed
- slot_id
Reference to the event_tr.id that this item is associated with.
int(10) | unsigned | indexed
- content
The content of the trigger or result of the event.
varchar(255) | indexed
|