Drops the specified table.
@override void drop(String tableName) { _queries.add('DROP TABLE "$tableName";'); }