baijunyao / laravel-bjyblog

Laravel v9 blog
https://baijunyao.com/docs/laravel-bjyblog
MIT License
525 stars 201 forks source link

Illuminate\Database\QueryException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'filter' in 'field list' (SQL: update `bjy... #163

Closed baijunyao closed 3 years ago

baijunyao commented 3 years ago

https://sentry.io/organizations/baijunyao/issues/2047756284/?referrer=github_plugin

PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'filter' in 'field list'
  File "/public/index.php", line 52
    $request = Request::capture()
...
(44 additional frame(s) were not displayed)

Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'filter' in 'field list'
  File "/public/index.php", line 52
    $request = Request::capture()
...
(44 additional frame(s) were not displayed)