belongsTo('App\Commodity','commodity_id','id'); } public function owner(){ return $this->belongsTo('App\Owner','owner_id','id'); } }