prorm API Reference
    Preparing search index...

    Interface DropIndexOptions

    Options for DROP INDEX, including ifExists and concurrency where the engine offers it.

    interface DropIndexOptions {
        ifExists?: boolean;
        cascade?: boolean;
    }
    Index
    ifExists?: boolean
    cascade?: boolean