更改下发token主键类型问题
This commit is contained in:
@@ -33,11 +33,6 @@ class BasicWord extends Model
|
||||
*/
|
||||
protected array $fillable = ['basics_words_id', 'basics_words_type', 'basics_words_status', 'sort', 'basics_words', 'created_at', 'updated_at'];
|
||||
|
||||
/**
|
||||
* The attributes that should be cast to native types.
|
||||
*/
|
||||
protected array $casts = ['basics_words_id' => 'string', 'basics_words_type' => 'integer', 'basics_words_status' => 'integer', 'sort' => 'integer', 'created_at' => 'datetime', 'updated_at' => 'datetime'];
|
||||
|
||||
protected string $primaryKey = "basics_words_id";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user