Answers for "sqlstate 42000 syntax error or access violation: 1071laravel migration"

PHP
13

laravel migation error

use Illuminate\Support\Facades\Schema;

public function boot()
{
    Schema::defaultStringLength(191);
}
Posted by: Guest on April-29-2020
1

schema error laravel

use Illuminate\Support\Facades\Schema;

public function boot()
{
    Schema::defaultStringLength(191);
}
Posted by: Guest on June-21-2020

Code answers related to "sqlstate 42000 syntax error or access violation: 1071laravel migration"

Browse Popular Code Answers by Language