Skip to main content
Version: Next

MongoCreateSchemaOptions

Options for ISchemaGenerator.create().

Hierarchy

Index

Properties

optionalensureIndexes

ensureIndexes?: boolean

create indexes? defaults to true

optionalinheritedincludeWildcardSchema

includeWildcardSchema?: boolean

When true, entities with a wildcard schema (schema: '*') are included in the generated DDL. Without this, wildcard tables are skipped.

optionalinheritedschema

schema?: string

optionalinheritedwrap

wrap?: boolean