📌  相关文章
📜  laravel php "message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column '' in 'where 子句' (SQL: select count(*) as aggregate from `packages` where `` = 0 and (`` = 1) 并且 `packages`.`deleted_at` 为 null)", - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:25.605000             🧑  作者: Mango

代码示例1
this means that your column name is incorrect

1. run php artisan migrate
2. check your column name dictation