crud error on search in Users (/users)

Laraship QuestionsCategory: Technicalcrud error on search in Users (/users)
st3fan asked 4 years ago
The following error occur when you want to search for a user with the search field: DataTables warning: table id=UsersDataTable - Ajax error. For more information about this error, please see http://datatables.net/tn/7 [previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'users.confirmed' in 'where clause' at /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:61) Probably because you need to search for confirmed_at instead of confirmed?
0 Answers