You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: