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

Add offset parameter #181

Open
nick15marketing opened this issue Feb 3, 2021 · 1 comment
Open

Add offset parameter #181

nick15marketing opened this issue Feb 3, 2021 · 1 comment

Comments

@nick15marketing
Copy link

Our tables have a lot of data and would be good to be able to split up seed files into more manageable sizes. If offset was added it could be used in conjunction with max and suffix to easily split into smaller files eg:

php artisan iseed my_table --max=500 --offset=0 --classnamesuffix=A
php artisan iseed my_table --max=500 --offset=500 --classnamesuffix=B

@nick15marketing
Copy link
Author

Just noticed there is already a PR for this:
https://github.com/orangehill/iseed/pull/143/files

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

1 participant