Schema Options provided for applying a schema to a model

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

Properties

schema: string
schemaDelimiter?: string

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