'datetime', 'completed_at' => 'datetime', 'last_heartbeat_at' => 'datetime', 'metadata' => 'array', ]; public function user(): BelongsTo { return $this->belongsTo(User::class); } public function lesson(): BelongsTo { return $this->belongsTo(Lesson::class); } }