hasOne(Organization::class,'id','org_id'); } public function vaccine() { return $this->hasOne(Vaccine::class,'id','vaccine_id'); } }