---------- WHERE NULL ----------
Query<T> whereNull(String column) { base.addWhere('$column IS NULL'); return this; }