We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae61a0 commit 3bac055Copy full SHA for 3bac055
src/app/Providers/AppServiceProvider.php
@@ -3,6 +3,7 @@
3
namespace App\Providers;
4
5
use Illuminate\Support\ServiceProvider;
6
+// use Illuminate\Support\Facades\Schema;
7
8
class AppServiceProvider extends ServiceProvider
9
{
@@ -23,6 +24,7 @@ public function register()
23
24
*/
25
public function boot()
26
- //
27
+ // mysql specified key was too long: https://laravel.com/docs/9.x/migrations#index-lengths-mysql-mariadb
28
+ // Schema::defaultStringLength(191);
29
}
30
0 commit comments