Closed septIO closed 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
Sweet! Thanks @septIO 😃
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