Base table or view not found: 1932 Table 'db.tablename' doesn't exist in engine
I am having trouble to perform sql query with laravel out of sudden. I have tried to delete everything and add a new table still having the same problem. What should I do?
OMG, not sure why the model of the table has changed out of sudden. For future viewers, please double check capital letter with your MySQL table name and your model name if you are using this
Another update, I am using Laravel's database notification. I am not sure why I have this error again " Base table or view not found: 1932 Table 'dbname.notifications' doesn't exist in engine" out of sudden. May I know how to retrieve back previous data and make the current table working again?
I am using xampp to host.
Server type: MariaDB
Server version: 10.4.8-MariaDB - Source distribution
PHP version: 7.3.10