您好,欢迎来到二三娱乐。
搜索
您的当前位置:首页Laravel 5.4 failing on php artis

Laravel 5.4 failing on php artis

来源:二三娱乐

1.执行

$ php artisan migrate

报错:

[Illuminate\Database\QueryException]                                            
  SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too   
  long; max key length is 767 bytes (SQL: alter table `users` add unique `users_  
  email_unique`(`email`))                                                         
                                                                            
  [PDOException]                                                                  
  SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too   
  long; max key length is 767 bytes     

2.解决:
修改app\Providers\AppServiceProvider.php

use Illuminate\Support\Facades\Schema;

function boot()
{
    Schema::defaultStringLength(191);
}

Copyright © 2019- yule263.com 版权所有 湘ICP备2023023988号-1

违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务