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