I am using Laravel 5.3. I deleted one of my βNameβ files from my migration file and everything connected with it very carefully, like its identifier from other tables, etc. Then I manually deleted the table from the database. But now that I have run the command "php artisan migrate: refresh". When displaying an error with the index "undefined: *** _ create_features_table". And when I run only "php artisan migrate", it shows that it was successful, and all the tables are successfully displayed in the database. but then when I run migrate: refresh the whole table disappears. What should I do to completely remove the migration file?
source share