Documentation
    Preparing search index...

    Interface CreateSchemaQueryOptions

    interface CreateSchemaQueryOptions {
        authorization?: string | Literal;
        charset?: string;
        collate?: string;
        comment?: string;
        ifNotExists?: boolean;
        replace?: boolean;
    }

    Hierarchy (View Summary)

    Index
    authorization?: string | Literal
    charset?: string
    collate?: string
    comment?: string
    ifNotExists?: boolean
    replace?: boolean