My database migrations and seeding speed is super slow. How to increase the speed of it? I'm frustrated because of this. It takes round about 20 mins for that. I have about 30 migrations and most data types are int,varchar and enum.
I realized that it takes much time in migrations,seeding is working normal.