belongsTo('User', 'uid', 'id', [], 'LEFT')->setEagerlyType(0); } public function userto() { return $this->belongsTo('User', 'other_uid', 'id', [], 'LEFT')->setEagerlyType(0); } }