Commit 3ae5143d authored by hangjun83's avatar hangjun83

1、修复bug

parent 1944eace
......@@ -32,7 +32,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
Schema::defaultStringLength(191);
//Schema::defaultStringLength(191);
$this->registerObservers(); // 注册观察者
}
......
......@@ -130,6 +130,8 @@ return [
'migrations' => 'migrations',
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
/*
|--------------------------------------------------------------------------
| Redis Databases
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment