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
Currently, if you run php artisan migrate --path=foobar, the command succeeds and says 'Nothing to migrate.' in a green font. This behavior caused me to loose my head when my initialization script ran smoothly but I was missing some tables in my DB. It took me some time to find out that I supplied the wrong path to the migration command. This should throw an error and the command should fail.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, if you run
php artisan migrate --path=foobar
, the command succeeds and says 'Nothing to migrate.' in a green font. This behavior caused me to loose my head when my initialization script ran smoothly but I was missing some tables in my DB. It took me some time to find out that I supplied the wrong path to the migration command. This should throw an error and the command should fail.Beta Was this translation helpful? Give feedback.
All reactions