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
|