MMv4 KB
 
event_ignore DB table
  Last Edited - 06/11/2010 3:17pm PDT
  Category Path - Developer's Guide > Database Structure
 
This article outlines the database structure for the MMv4 event_ignore database table.

 

 

  • id
    Primary Key of the table.
    int(10) | unsigned | auto increment | primary key | indexed
  • event_id
    Reference to the event_info .id that this item is associated with.
    int(10) | unsigned | indexed
  • ignore_id
    Reference to the event_tr_slot.slot_id that this item is associated with.
    int(10) | unsigned | indexed | default: 0

 

Powered by ModularKB