From f237656c687bec2c53a09c9eefbe9c897aacdf1c Mon Sep 17 00:00:00 2001 From: Adam14Four Date: Tue, 10 May 2016 12:30:43 -0700 Subject: [PATCH] Enabled MySQL "strict" mode by default --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 8451a62f..51656ab0 100644 --- a/config/database.php +++ b/config/database.php @@ -62,7 +62,7 @@ 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', - 'strict' => false, + 'strict' => true, 'engine' => null, ],