Event name
Schedule (AT timestamp or EVERY interval)
Event body (SQL statements)
OptionalschemaSchema (for MySQL database)
OptionalifIf true, uses CREATE EVENT IF NOT EXISTS
OptionalreplaceIf true, uses OR REPLACE
OptionalcommentComment
OptionalstatusEnable or disable the event (ENABLED/DISABLED)
OptionalonON COMPLETION PRESERVE (default) or ON COMPLETION DROP
Options for creating an event