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