pipe-dream / laravel-create

Create Laravel projects really fast
1.31k stars 109 forks source link

Filefactory fixes #45

Closed septIO closed 5 years ago

septIO commented 5 years ago

When using unsignedBigInteger there was a 50% chance the seeds would fail, do to PHP having a max int of 63 bits on 64bit computers. I fixed the maximum default value to be PHP_INT_MAX

I also added a few default column values for the seeds

ajthinking commented 5 years ago

Sweet! Thanks @septIO 😃