Documentation
    Preparing search index...

    Interface SchemaOptions

    Schema Options provided for applying a schema to a model

    interface SchemaOptions {
        schema: string;
        schemaDelimiter?: string;
    }
    Index
    schema: string
    schemaDelimiter?: string

    The character(s) that separates the schema name from the table name