(tableName, options)
| 65 | } |
| 66 | |
| 67 | dropSchema(tableName, options) { |
| 68 | return this.dropTableQuery(tableName, options); |
| 69 | } |
| 70 | |
| 71 | describeTableQuery(tableName, schema, schemaDelimiter) { |
| 72 | const table = this.quoteTable( |
nothing calls this directly
no test coverage detected