'error with a deleted mysql table belong to laravel telescope

i have deleted telescope_entries table by mistake from the phpmyadmin , and i don't know how to restore it,

  • I tried remove the package and install it
  • I have tried migration
  • telescope commands

like:

php artisan telescope:clear
php artisan telescope:install
php artisan telescope:prune
php artisan telescope:publish 

also i have tried to create it as it was found in other project and i got a mysql error

#1215 - Cannot add foreign key constraint 


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source