'integer', 'next_follow_at' => 'datetime', 'created_at' => 'datetime', ]; } public function lead(): BelongsTo { return $this->belongsTo(Lead::class); } public function user(): BelongsTo { return $this->belongsTo(User::class); } }