fix financial and certificates
This commit is contained in:
@@ -23,6 +23,11 @@ class Project extends BaseModel
|
||||
'updated_by',
|
||||
'project_index',
|
||||
'score',
|
||||
'max_points',
|
||||
'status',
|
||||
'excused_reason',
|
||||
'locked_at',
|
||||
'locked_by',
|
||||
'comment',
|
||||
'semester',
|
||||
'school_year',
|
||||
@@ -45,7 +50,10 @@ class Project extends BaseModel
|
||||
'class_section_id' => 'integer',
|
||||
'updated_by' => 'integer',
|
||||
'project_index' => 'integer',
|
||||
'score' => 'decimal:2', // or 'float' if you prefer
|
||||
'score' => 'decimal:2',
|
||||
'max_points' => 'decimal:2',
|
||||
'locked_by' => 'integer',
|
||||
'locked_at' => 'datetime', // or 'float' if you prefer
|
||||
'created_at' => 'datetime',
|
||||
'updated_at' => 'datetime',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user