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
Hi,
Is it possible (maybe with --postrun) to modify the seed result on the run?
For example: in the source DB I used language_id int values like 1,2,.. , but after a refactor to enum, field name should be language and value 1 is en, 2 is de etc.
I created a postrun event, but nothing happens if I dump or dd it.
Any idea? thanks
The text was updated successfully, but these errors were encountered:
Hi,
Is it possible (maybe with --postrun) to modify the seed result on the run?
For example: in the source DB I used
language_id
int values like1,2,..
, but after a refactor to enum, field name should belanguage
and value 1 isen
, 2 isde
etc.I created a postrun event, but nothing happens if I
dump
ordd
it.Any idea? thanks
The text was updated successfully, but these errors were encountered: