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