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