public function norWhereGte($column, $value) { return $this->where($column, array('$gte' => $value), '$nor'); }