Published
- 1 min read
laravel migation error
The solution for this is noted below
laravel migation error
Solution
use Illuminate\Support\Facades\Schema;
public function boot()
{
Schema::defaultStringLength(191);
}
Try other methods by searching on the site. That is if this doesn’t work