使用Laravel媒体库将媒体添加到用户模型
Illuminate \ Database \ QueryException (HY000)
SQLSTATE[HY000]: General error: 2036 (SQL: select * from media
where media.model_id = 41 and media.model_id is not null
and media.model_type = App\User)
在我的生产实例中工作正常
在本地运行时遇到问题