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

Method dropSchema

src/dialects/abstract/query-generator.js:96–98  ·  view source on GitHub ↗
(tableName, options)

Source from the content-addressed store, hash-verified

94 }
95
96 dropSchema(tableName, options) {
97 return this.dropTableQuery(tableName, options);
98 }
99
100 describeTableQuery(tableName, schema, schemaDelimiter) {
101 const table = this.quoteTable(

Callers

nothing calls this directly

Calls 1

dropTableQueryMethod · 0.95

Tested by

no test coverage detected