diff --git a/framework/core/src/Install/DatabaseConfig.php b/framework/core/src/Install/DatabaseConfig.php index 4f4503b9a..0fb350a7c 100644 --- a/framework/core/src/Install/DatabaseConfig.php +++ b/framework/core/src/Install/DatabaseConfig.php @@ -46,7 +46,7 @@ class DatabaseConfig implements Arrayable 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => $this->prefix, - 'strict' => 'InnoDB', + 'strict' => false, 'engine' => null, 'prefix_indexes' => true ];