I get Laravel Error "message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'updated_at' in 'field list'
I make a controller function to insert new records on the quizzes table. To do that, I used Laravel mass assignment, and after that, I got this error message. "message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'updated_at' in 'field…