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

Method dropSchema

lib/model.js:1400–1402  ·  lib/model.js::Model.dropSchema
(schema)

Source from the content-addressed store, hash-verified

1398 }
1399
1400 static async dropSchema(schema) {
1401 return await this.queryInterface.dropSchema(schema);
1402 }
1403
1404 /**
1405 * Apply a schema to this model. For postgres, this will actually place the schema in front of the table name - `class="st">"schema".class="st">"tableName"`,

Callers 15

dropTestSchemasFunction · 0.45
schema.test.jsFile · 0.45
model.test.jsFile · 0.45
has-one.test.jsFile · 0.45
has-many.test.jsFile · 0.45
belongs-to.test.jsFile · 0.45
schema.test.jsFile · 0.45
searchPath.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected