'integer', 'score' => 'decimal:4', 'started_at' => 'immutable_datetime', 'completed_at' => 'immutable_datetime', ]; } public function questionResults(): HasMany { return $this->hasMany(QuestionResult::class); } }