Is it possible to alter your data structure without losing any data?
10/Mar/19 · by Gabriel GuerraDatabase seeding is a convenient function, but it is designed to run once, in the beginning of the project. What if later you want to add some new seeder and unable to run db:seed or migrate:fresh cause current data is already important? Here's a cure.
18/Jan/19 · by Povilas Korop