1071 Specified key was too long; max key length is 767 bytes
Copy Below Code
View As A Text File
Show Text Only
Show API
Edit Code
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_general_ci',
====> Change to
'charset' => 'utf8',
'collation' => 'utf8_general_ci',
\config\database.php