Answers for "php artisan migrate specified key was too long"

PHP
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 "php artisan migrate specified key was too long"

Browse Popular Code Answers by Language