'boolean', // 移除 array cast,直接使用 JSON 字符串 ]; public function textbooks() { return $this->hasMany(Textbook::class, 'series_id', 'id'); } }