OptionalalterIf alter is true, each DAO will do ALTER TABLE ... CHANGE ... Alters tables to fit models. Provide an object for additional configuration. Not recommended for production use. If not further configured deletes data in columns that were removed or had their type changed in the model.
OptionalbenchmarkPass query execution time in milliseconds as second argument to logging function (options.logging).
OptionalforceIf force is true, each DAO will do DROP TABLE IF EXISTS ..., before it tries to create its own table
OptionalhooksIf false the applicable hooks will not be called.
The default value depends on the context.
OptionalloggingA function that gets executed while running the query to log the sql.
OptionalschemaThe schema that the tables should be created in. This can be overridden for each table in sequelize.define
OptionalsearchAn optional parameter to specify the schema search_path (Postgres only)
Sync Options