belongsTo(ConstructionWorkstation::class, 'id_workstations','id_workstations'); } public function elementalTask() { return $this->belongsTo(ElementalTasks::class,'elemental_tasks_id','elemental_tasks_id'); } // public function furtherTask() // { // return $this->belongsTo(FurtherTasks::class,'further_tasks_id','further_tasks_id'); // } }