Mariadb Database Error

My database shows the table name. While i using the name to get the data. It says doesn’t exists how to solve?

desc tabQuestionaire Email;
ERROR 1146 (42S02): Table ‘_738a7c40126d20d3.tabQuestionaire’ doesn’t exist

Your schema is out of sync

bench build && bench migrate
bench clear-cache

or

bench update --reset
1 Like