(schema)
| 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"`, |
no outgoing calls
no test coverage detected