Skip to content

bigInteger Laravel 5.8 compatibility

Compare
Choose a tag to compare
@m2de m2de released this 07 May 15:46
· 24 commits to master since this release

Laravel 5.8 changed the user id column to big integer. This package maintains a foreign key relationship to the user id and has been changed to big integer in order to be compatible with Laravel 5.8. This should not affect existing installations at all. If you are installing this package in a < 5.8 codebase you will need to change either the laravel user migration or this package migration to ensure the column types match.