Fix on index key length

This commit is contained in:
Ludovic CANDELLIER
2020-04-15 16:05:15 +02:00
parent 01f82ce0b7
commit bf248ad30e

View File

@@ -23,6 +23,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
//
Schema::defaultStringLength(191);
}
}