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 i've running command php artisan migrate:reset it reseting created tables but it isn't reset other database connections.
Steps To Reproduce:
Create some migrations with different database connections then run php artisan migrate, it runs all migrations on multiple connections, but after if you run php artisan migrate:reset it isn't reset all tables.
The text was updated successfully, but these errors were encountered:
Can you first please try one of the support channels below? If you can actually identify this as a bug, feel free to open up a new issue with a link to the original one and we'll gladly help you out.
Description:
When i've running command
php artisan migrate:reset
it reseting created tables but it isn't reset other database connections.Steps To Reproduce:
Create some migrations with different database connections then run
php artisan migrate
, it runs all migrations on multiple connections, but after if you runphp artisan migrate:reset
it isn't reset all tables.The text was updated successfully, but these errors were encountered: