---------- WHERE ----------
Query<T> where(String column, dynamic value) { base.addWhere('$column = ?', [value]); return this; }