You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When developing is common you change database schema often. So, a command like this would delete all previous smart migrations and generate it again. It avoids to have many "smart migration files" while developing in early stages.
php artisan smart:refresh
// or some fancy name
Plus: any kind of warning on console would be nice (Yes or No, like migrations on production env).