belongsTo('App\Models\Sym\TravelCountry', 'travelcountry_id', 'id'); } //on stern other DB public function travel_country() { return $this->belongsTo('App\Models\TravelCountry', 'travelcountry_id', 'crm_id'); } }