nurdaulet-shamilov

Apr 16th, 2019 04:53 AM

No one, knows the solution please help, Laravel 5.8 , I have problem with building chatter on fresh project, I followed steps in https://github.com/thedevdojo/chatter but during migration, it showing this error , I dont have any other migration file, it is trying to create table forum, which is the name of database

mark-west

Apr 16th, 2019 10:02 AM

In Laravel 5.8 the standard data type for id's is changed to bigIncrements, when formulating foreign key constraints laravel expects bigInteger as datatype for the modal_id fields in intermediate tables (if the referenced table uses bigIncrements).