Naturally, will be used for testing (but this time Theory tests as well) and seeding the DB
Learned from the past, the design is much slicker now. Divided into two parts:
Generator
Seeder
The generator does what the name suggests
The Seeder is only used for migrations that seed the DB, which might have to be left to the developer's best judgement
Back at Bogus
Naturally, will be used for testing (but this time Theory tests as well) and seeding the DB
Learned from the past, the design is much slicker now. Divided into two parts:
The generator does what the name suggests The Seeder is only used for migrations that seed the DB, which might have to be left to the developer's best judgement
Neither parts should affect production any way