for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
use Phinx\Seed\AbstractSeed;
class RudraSeeder extends AbstractSeed
{
/**
* Run Method.
*
* Write your database seeder using this method.
* More information on writing seeders is available here:
* http://docs.phinx.org/en/latest/seeding.html
*/
public function run()
}