diff --git a/framework/core/src/Install/DatabaseConfig.php b/framework/core/src/Install/DatabaseConfig.php index 60ed3ea5d..60738549c 100644 --- a/framework/core/src/Install/DatabaseConfig.php +++ b/framework/core/src/Install/DatabaseConfig.php @@ -50,6 +50,7 @@ class DatabaseConfig implements Arrayable 'prefix' => $this->prefix, 'strict' => false, 'engine' => 'InnoDB', + 'prefix_indexes' => true ]; }