laravel 安装导入数据库是报错

问题:
Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes

解决:
laravel项目查找这个文件 AppServiceProvider.php

目录:
app/Providers/AppServiceProvider.php

修改方法:

use Illuminate\Support\Facades\Schema; //Import Schema

function boot()
{
Schema::defaultStringLength(191); //Solved by increasing StringLength
}

特步短袖t恤男纯棉2019夏季新款

posted @ 2019-01-09 19:15  feimengv  阅读(445)  评论(0编辑  收藏  举报