MCPcopy Index your code
hub / github.com/sequelize/sequelize / dropAllSchemas

Method dropAllSchemas

src/sequelize.js:769–771  ·  view source on GitHub ↗

* 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

767 * @returns {Promise}
768 */
769 async dropAllSchemas(options) {
770 return await this.getQueryInterface().dropAllSchemas(options);
771 }
772
773 /**
774 * Sync all defined models to the DB.

Callers 1

Calls 1

getQueryInterfaceMethod · 0.95

Tested by

no test coverage detected