This commit is contained in:
2023-03-17 17:24:38 +08:00
parent 8dcf90368f
commit 3bda1ae8f7
3 changed files with 1 additions and 11 deletions
-5
View File
@@ -39,11 +39,6 @@ class UserDoctorInfo extends Model
*/
protected array $fillable = ['doctor_info_id', 'doctor_id', 'card_type', 'card_name', 'card_name_mask', 'card_num', 'card_num_mask', 'license_cert', 'qualification_cert', 'qualification_cert_num', 'work_cert', 'multi_point_images', 'sign_image', 'created_at', 'updated_at'];
/**
* The attributes that should be cast to native types.
*/
protected array $casts = ['doctor_info_id' => 'integer', 'doctor_id' => 'integer', 'card_type' => 'integer', 'created_at' => 'datetime', 'updated_at' => 'datetime'];
protected string $primaryKey = "doctor_info_id";
/**