'decimal:8', 'longitude' => 'decimal:8', 'is_completed' => 'boolean', 'completed_at' => 'datetime', ]; } /** * Get the sales plan that owns the target. */ public function salesPlan(): BelongsTo { return $this->belongsTo(SalesPlan::class); } }