fix financial and certificates
This commit is contained in:
@@ -20,6 +20,11 @@ class MidtermExam extends BaseModel
|
||||
'class_section_id',
|
||||
'updated_by',
|
||||
'score',
|
||||
'max_points',
|
||||
'status',
|
||||
'excused_reason',
|
||||
'locked_at',
|
||||
'locked_by',
|
||||
'comment',
|
||||
'semester',
|
||||
'school_year',
|
||||
@@ -35,6 +40,9 @@ class MidtermExam extends BaseModel
|
||||
|
||||
// score can be decimal; change to 'integer' if it's whole number
|
||||
'score' => 'decimal:2',
|
||||
'max_points' => 'decimal:2',
|
||||
'locked_by' => 'integer',
|
||||
'locked_at' => 'datetime',
|
||||
|
||||
'created_at' => 'datetime',
|
||||
'updated_at' => 'datetime',
|
||||
|
||||
Reference in New Issue
Block a user