use IlluminateSupportFacadesSchema; public function boot() { Schema::defaultStringLength(191); }
#Inside config/database.php, replace this line for mysql //find 'engine' => null', //replace with 'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',