Answers for "laravel php "message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column '' in 'where clause' (SQL: select count(*) as aggregate from `packages` where `` = 0 and (`` = 1) and `packages`.`deleted_at` is null)","

SQL
1

laravel php "message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column '' in 'where clause' (SQL: select count(*) as aggregate from `packages` where `` = 0 and (`` = 1) and `packages`.`deleted_at` is null)",

this means that your column name is incorrect

1. run php artisan migrate
2. check your column name dictation
Posted by: Guest on October-14-2021

Code answers related to "laravel php "message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column '' in 'where clause' (SQL: select count(*) as aggregate from `packages` where `` = 0 and (`` = 1) and `packages`.`deleted_at` is null)","

Code answers related to "SQL"

Browse Popular Code Answers by Language