PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Chatter Problem

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).