prorm API Reference
    Preparing search index...

    Interface DropEventOptions

    Options for dropping an event

    interface DropEventOptions {
        ifExists?: boolean;
        schema?: string;
    }
    Index
    ifExists?: boolean

    If true, does not throw error if event does not exist

    schema?: string

    Schema (for MySQL database)