Closed 7dir closed 4 years ago
we already mention that things in docs: https://labs.infyom.com/laravelgenerator/docs/6.0/generator-commands#rollback
If you have run migration on database, then better you rollback that migration first and then run infyom:rollback command, since it will delete migration file as well. Otherwise laravel can throw error about missing migration files.