'datetime', 'mastered_at' => 'datetime', ]; public function question(): BelongsTo { return $this->belongsTo(Question::class); } }