We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migration: $table->enum('status',['ACTIVE','DISABLED','EXPIRED','WAITING','CONSUMED']);
Factory: 'status'=> $faker->randomElement($array = array ('ACTIVE','DISABLED','EXPIRED','WAITING','CONSUMED')),
The text was updated successfully, but these errors were encountered:
@timoteo7 what is the problem we should be seeing?
please be a bit more verbose in your tickets
Sorry, something went wrong.
For string, or for interger this factory helper, can you make this for 'ENUM' too ?
like in example that i put, The 'Migration' is what i have, the 'Factory' is what i expected
(sorry my english)
#45 will fix this issue.
No branches or pull requests
Migration:
$table->enum('status',['ACTIVE','DISABLED','EXPIRED','WAITING','CONSUMED']);
Factory:
'status'=> $faker->randomElement($array = array ('ACTIVE','DISABLED','EXPIRED','WAITING','CONSUMED')),
The text was updated successfully, but these errors were encountered: