If force is true, each DAO will do DROP TABLE IF EXISTS ..., before it tries to create its own table
A function that logs sql queries, or false for no logging
Match a regex against the database name before syncing, a safety check for cases where force: true is used in tests but not live code
The schema that the tables should be created in. This can be overriden for each table in sequelize.define
Generated using TypeDoc
Sync Options
Sequelize.sync