1
This commit is contained in:
@@ -32,7 +32,7 @@ class DiseaseClassExpertise extends Model
|
||||
/**
|
||||
* The attributes that should be cast to native types.
|
||||
*/
|
||||
protected array $casts = ['expertise_id' => 'integer', 'expertise_sort' => 'integer', 'created_at' => 'datetime', 'updated_at' => 'datetime'];
|
||||
protected array $casts = ['expertise_id' => 'string', 'expertise_sort' => 'integer', 'created_at' => 'datetime', 'updated_at' => 'datetime'];
|
||||
|
||||
protected string $primaryKey = "expertise_id";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user