报错Array to string conversion

报错Array to string conversion

原因:数组格式无法存储进数据库

technologies是字段名

use Illuminate\Database\Eloquent\Model;
 
class App extends Model
{
    protected $casts = [
        'technologies' => 'array',
    ];
 
    // ...
}
posted @ 2023-09-04 13:50  yjxQWQ  阅读(249)  评论(0编辑  收藏  举报