laravel-test-factory-helper icon indicating copy to clipboard operation
laravel-test-factory-helper copied to clipboard

SmallInteger

Open timoteo7 opened this issue 7 years ago • 3 comments

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

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

timoteo7 avatar Aug 09 '18 18:08 timoteo7

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

jrmadsen67 avatar Dec 24 '18 02:12 jrmadsen67

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

timoteo7 avatar Jan 10 '19 23:01 timoteo7

thanks, I understand now. I didn't know if you were pointing out a bug or asking for a feature

On Fri, Jan 11, 2019 at 8:31 AM Timoteo [email protected] wrote:

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mpociot/laravel-test-factory-helper/issues/24#issuecomment-453300753, or mute the thread https://github.com/notifications/unsubscribe-auth/AAyKxjeexERWFMFCcCn0uC6pXHdviENRks5vB80_gaJpZM4V2Oo2 .

jrmadsen67 avatar Jan 10 '19 23:01 jrmadsen67