WHERE NULL clause
QueryBuilder whereNull(String field) { _wheres.add('$field IS NULL'); return this; }