@override List<String> renderDropIndex(String tableName, String indexName) { return ['DROP INDEX `$indexName` ON `$tableName`']; }