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