Answers for "laravel mysql specified key was too long"

PHP
0

laravel mysql specified key was too long

#Inside config/database.php, replace this line for mysql
//find
'engine' => null', 
//replace with
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
Posted by: Guest on January-11-2022

Code answers related to "laravel mysql specified key was too long"

Browse Popular Code Answers by Language