MCPcopy
hub / github.com/sequelize/sequelize / dropSchema

Method dropSchema

lib/dialects/abstract/query-generator.js:67–69  ·  view source on GitHub ↗
(tableName, options)

Source from the content-addressed store, hash-verified

65 }
66
67 dropSchema(tableName, options) {
68 return this.dropTableQuery(tableName, options);
69 }
70
71 describeTableQuery(tableName, schema, schemaDelimiter) {
72 const table = this.quoteTable(

Callers

nothing calls this directly

Calls 1

dropTableQueryMethod · 0.95

Tested by

no test coverage detected