'array', // Store as [lat, lng] 'client_updated_at' => 'datetime', ]; public function phase() { return $this->belongsTo(Phase::class); } public function user() { return $this->belongsTo(User::class); } }