xoco70 / laravel-tournaments

Laravel Package that allows you to generate customizable tournaments trees. - This project repo is no longer being maintained
GNU General Public License v3.0
228 stars 51 forks source link

General error: 1005 Can't create table `homg`.`tournament` #37

Closed NoelBradford closed 5 years ago

NoelBradford commented 5 years ago

Getting the above error when migrating

Screenshot 2019-05-10 at 16 18 27
xoco70 commented 5 years ago

Tx for reporting, I am working on it

xoco70 commented 5 years ago

Bug is due to that Laravel 5.8 has changed default userId from integer to bigInteger. https://laraveldaily.com/be-careful-laravel-5-8-added-bigincrements-as-defaults/ Try it again, it should work, feel free to reopen the issue if issue is not fixed