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
I couldn't run migration:rollback when using your TenantMigrationCommand, every time I am using php artisan tenants:migrate --fresh and starting from the beginning. Is there an alternate way to rollback in your code or suggest how to do it. Thanks
The text was updated successfully, but these errors were encountered:
naveen-inqutec
changed the title
Hot to rollback the migration
How to rollback the migration
Aug 31, 2020
@naveen-inqutec you need to write that on your own... rollback might work only on landlord connection.
For tenants rollback you need to write your own logic.
I couldn't run migration:rollback when using your TenantMigrationCommand, every time I am using
php artisan tenants:migrate --fresh
and starting from the beginning. Is there an alternate way to rollback in your code or suggest how to do it. ThanksThe text was updated successfully, but these errors were encountered: