📜  laravel mysql 指定的键太长 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:41.191000             🧑  作者: Mango

代码示例1
#Inside config/database.php, replace this line for mysql
//find
'engine' => null', 
//replace with
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',