MCPcopy
hub / github.com/sequelize/sequelize / createSchema

Method createSchema

lib/dialects/db2/query-generator.js:24–30  ·  view source on GitHub ↗
(schema)

Source from the content-addressed store, hash-verified

22 }
23
24 createSchema(schema) {
25 return [
26 'CREATE SCHEMA',
27 this.quoteIdentifier(schema),
28 ';'
29 ].join(' ');
30 }
31
32 dropSchema(schema) {
33 // DROP SCHEMA Can't drop schema if it is not empty.

Callers

nothing calls this directly

Calls 1

quoteIdentifierMethod · 0.95

Tested by

no test coverage detected