RefreshDatabaseOptions
Hierarchy
- CreateSchemaOptions
- RefreshDatabaseOptions
Index
Properties
optionalcreateSchema
optionaldropDb
optionalensureIndexes
optionalinheritedincludeWildcardSchema
When true, entities with a wildcard schema (schema: '*') are included in the generated DDL.
Without this, wildcard tables are skipped.
Options for
ISchemaGenerator.refresh()which drops and recreates the schema.