Answers for "error Schema ::defaultStringLength(191);"

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 "error Schema ::defaultStringLength(191);"

Browse Popular Code Answers by Language