fix financial and certificates
This commit is contained in:
@@ -17,6 +17,11 @@ class Quiz extends BaseModel
|
||||
'updated_by',
|
||||
'quiz_index',
|
||||
'score',
|
||||
'max_points',
|
||||
'status',
|
||||
'excused_reason',
|
||||
'locked_at',
|
||||
'locked_by',
|
||||
'comment',
|
||||
'semester',
|
||||
'school_year',
|
||||
@@ -31,6 +36,9 @@ class Quiz extends BaseModel
|
||||
'updated_by' => 'integer',
|
||||
'quiz_index' => 'integer',
|
||||
'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