MMv4 KB
 
event_tr_slot DB table
  Last Edited - 05/24/2010 12:08pm PDT
  Category Path - Developer's Guide > Database Structure
 
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
Powered by ModularKB