hasOne('App\Models\PlaceCategoryField','id', 'place_category_field_id') ; } public function unitValue() { return $this->hasOne('App\Models\PropertyUnit','id', 'unit_value') ; } public function optionValue() { return $this->hasOne('App\Models\PlaceCategoryFieldOption','id', 'option_value') ; } }