@suluk/drizzle - v0.1.6
    Preparing search index...

    Interface DdlOptions

    interface DdlOptions {
        ifNotExists?: boolean;
    }
    Index

    Properties

    Properties

    ifNotExists?: boolean

    prefix with IF NOT EXISTS (default true).