For those in Laravel 5.4 who face the "Specified key was too long; max key length is 767 bytes" error
when they run migrations with
"php artisan migrate"
Here's your solution :
For those in Laravel 5.4 who face the "Specified key was too long; max key length is 767 bytes" error
when they run migrations with
"php artisan migrate"
Here's your solution :