Drops the table only if it exists.
@override void dropIfExists(String tableName) { _queries.add('DROP TABLE IF EXISTS "$tableName";'); }