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->smallInteger('small');
Factory: 'small'=> $faker->numberBetween($min = 0, $max = 32767),
The text was updated successfully, but these errors were encountered:
NOTE: Small integer. The signed range is -32768 to 32767. The unsigned range is 0 to 65535
Sorry, something went wrong.
yes, sorry for the bad example, but can you put this too in factory helper ?
No branches or pull requests
Migration:
$table->smallInteger('small');
Factory:
'small'=> $faker->numberBetween($min = 0, $max = 32767),
The text was updated successfully, but these errors were encountered: