(tableName, options)
| 94 | } |
| 95 | |
| 96 | dropSchema(tableName, options) { |
| 97 | return this.dropTableQuery(tableName, options); |
| 98 | } |
| 99 | |
| 100 | describeTableQuery(tableName, schema, schemaDelimiter) { |
| 101 | const table = this.quoteTable( |
nothing calls this directly
no test coverage detected