Laravel Voyager Timestamps Error | Unknown Column 'created at' [SOLVED]

Published: 20 December 2018
on channel: 21st Century Pirate
4,190
28

Laravel Voyager Timestamps Error | Unknown Column 'created at' [SOLVED]

Error code: lluminate \ Database \ QueryException (42S22)
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'created_at'

Code: public $timestamps=false;
Open the model of the table and add the code. This will fix the problem.
This error occurs when the voyager searches for the timestamps which is used to sort the data in the database. The above code will disable the timestamps. We need to use other columns to sort the order.

This video will go through how to solve the timestamps error caused in Voyager admin panel of Laravel.


Thanks for watching. Don't forget to hit the like button and leave a comment. Feel free to share your thoughts and ask any question that you might need help with.
For more videos please subscribe to my channel.
21st Century Pirate


Watch video Laravel Voyager Timestamps Error | Unknown Column 'created at' [SOLVED] online without registration, duration hours minute second in high quality. This video was added by user 21st Century Pirate 20 December 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 4,190 once and liked it 28 people.