1、Syntax error or access violation: 1071 Specified key was too long; max key lengthis 1000 bytes
#数据库版本不对
#app/Providers/AppServiceProvider.php
use Illuminate\Support\Facades\Schema;
public function boot(){
Schema::defaultStringLength(191);
}
1、Syntax error or access violation: 1071 Specified key was too long; max key lengthis 1000 bytes
#数据库版本不对
#app/Providers/AppServiceProvider.php
use Illuminate\Support\Facades\Schema;
public function boot(){
Schema::defaultStringLength(191);
}
本文标题:错误处理
本文链接:https://www.haomeiwen.com/subject/zkirzctx.html
网友评论