Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs lacking instructions on Seeders #13

Open
fmalk opened this issue Jul 19, 2016 · 3 comments
Open

Docs lacking instructions on Seeders #13

fmalk opened this issue Jul 19, 2016 · 3 comments

Comments

@fmalk
Copy link

fmalk commented Jul 19, 2016

In its current form, docs are severely lacking over explaining how the seeder works.
I know it has some form of seeding support because 1) There is a "Seeder Introduction" section, but it doesn't even mention how to do a insert, and 2) a migrations\seeders folder is created, but CLI --help doesn't show me how to populate it.

As a beginner in this particular project, I have several doubts that I'd appreciate an answer, either by improving docs or even here in this forum:

  • What is the CLI command to create a seeder? Or is it just a db-migrate create?
  • If it just a create, how does the seeders folder get populated?
  • Is it because "seeding" is just inserting after creating in my regular migration files?

If some sort of seeding instruction on manual exists, I can help submitting a PR improving the docs. But as of know I don't even know how seeding works, exactly.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@toovy
Copy link

toovy commented Nov 23, 2017

+1

@adesm
Copy link

adesm commented Apr 29, 2020

db.select is not a function. why??

@adesm
Copy link

adesm commented Apr 29, 2020

Are seeders and migrates treated the same?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants