I have got some problem with migration. I create new migrate file
php artisan make:migration create_menu_table --create=menu
then i edit the new Migration file and when i try migrate it's not working
I tried:
php artisan migrate
php artisan migrate --force
php artisan migrate:refresh
php artisan migrate:refresh --seed
php artisan migrate:rollback
php artisan migrate:reset
but they do not add created table
I do not have any errors
Thanks for help