hasOne('users','user_id','user_id'); } public function shop() { return $this->hasOne('shop','shop_id','shop_id'); } }