Even after publishing the migration file the package's migration is still running. Thus giving me error of base table already exists.
0000_00_00_000000_create_achievements_tables .............................. 43ms DONE
2023_Feb_20_195204_create_achievements_tables .............................. 1ms FAIL
There is only one migration file in the migration folder.
Also, package migration class naming conventions need to be updated.
Even after publishing the migration file the package's migration is still running. Thus giving me error of base table already exists. 0000_00_00_000000_create_achievements_tables .............................. 43ms DONE 2023_Feb_20_195204_create_achievements_tables .............................. 1ms FAIL
There is only one migration file in the migration folder.
Also, package migration class naming conventions need to be updated.