@@ -11,5 +11,5 @@ class UserDict extends Model
protected $casts = [
'id' => 'string'
];
- protected $fillable = ['id','word','type','grammar','parent','factors','source','create_time'];
+ protected $fillable = ['id','word','type','grammar','parent','mean','note','factors','factor_mean','source','create_time','creator_id','dict_id'];
}