This will create a new seeder inside the databases/seeds directory. This will also create a database_seeder.py file which will be where the root of all seeds should be.
The user_table_seeder should be where you simply abstract your seeds to.
Running Seeds
We can run:
craft seed:run
This will run the database_seeder seed. We can also specify an individual seed