Error:Laravel 5.2-Column not found: 1054 Unknown column ‘remember_token’ in ‘field list

By | March 29, 2017

In the logout section of the code in laravel shows the below error

QueryException in Connection.php line 673: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘remember_token’ in ‘field list’ (SQL: update tbl_super_admin set remember_token = nBK3H2JLcwS8lkcUudaGXIVWseSyqhZ0dsTJdl5TkXL3y8gNgqv2dkaZPd0c, updated_at = 2017-03-29 13:39:45 where id = 1)

Solution: add remember_token,updated_at fields in the user table.its mandatory field in the table using for login purpose.