MCPcopy
hub / github.com/sequelize/sequelize / dropAllSchemas

Method dropAllSchemas

lib/sequelize.js:761–763  ·  lib/sequelize.js::Sequelize.dropAllSchemas

* Drop all schemas. * * **Note:** this is a schema in the [postgres sense of the word](http://www.postgresql.org/docs/9.1/static/ddl-schemas.html), * not a database table. In mysql and sqlite, this is the equivalent of drop all tables. * * @param {object} [options={}] query options

(options)

Source from the content-addressed store, hash-verified

759 * @returns {Promise}
760 */
761 async dropAllSchemas(options) {
762 return await this.getQueryInterface().dropAllSchemas(options);
763 }
764
765 /**
766 * Sync all defined models to the DB.

Callers 1

Calls 1

getQueryInterfaceMethod · 0.95

Tested by

no test coverage detected