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

SmallInteger #24

Open
timoteo7 opened this issue Aug 9, 2018 · 3 comments
Open

SmallInteger #24

timoteo7 opened this issue Aug 9, 2018 · 3 comments

Comments

@timoteo7
Copy link

timoteo7 commented Aug 9, 2018

Migration:
$table->smallInteger('small');

Factory:
'small'=> $faker->numberBetween($min = 0, $max = 32767),

@jrmadsen67
Copy link

NOTE:
Small integer. The signed range is -32768 to 32767. The unsigned range is 0 to 65535

@timoteo7
Copy link
Author

yes, sorry for the bad example, but can you put this too in factory helper ?

@jrmadsen67
Copy link

jrmadsen67 commented Jan 10, 2019 via email

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

2 participants