'datetime', ]; } /** * @return BelongsTo */ public function country(): BelongsTo { return $this->belongsTo(Country::class, 'country_id', 'id'); } }