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

Method dropSchema

src/model.js:1451–1453  ·  view source on GitHub ↗
(schema)

Source from the content-addressed store, hash-verified

1449 }
1450
1451 static async dropSchema(schema) {
1452 return await this.queryInterface.dropSchema(schema);
1453 }
1454
1455 /**
1456 * Apply a schema to this model. For postgres, this will actually place the schema in front of the table name - `"schema"."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
drop.test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected