'integer', 'school_id' => 'integer', 'class_section_id' => 'integer', 'grading_profile_id' => 'integer', 'input_json' => 'array', 'calculation_json' => 'array', 'semester_score' => 'decimal:2', 'calculated_by' => 'integer', 'calculated_at' => 'datetime', ]; public function semesterScore(): BelongsTo { return $this->belongsTo(SemesterScore::class, 'snapshot_id'); } }