Laravel

来源:互联网 发布:淘宝懒人软件靠谱么 编辑:程序博客网 时间:2024/05/16 00:43

在 app\Providers\AppServiceProvider.php 中调用 Schema::defaultStringLength 方法

public function boot(){   \Illuminate\Support\Facades\Schema::defaultStringLength(191);}
改配置文件里的文字编码格式为
'charset'   => 'utf8','collation' => 'utf8_unicode_ci',