mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Enabled MySQL "strict" mode by default
This commit is contained in:
parent
59f2d49074
commit
f237656c68
@ -62,7 +62,7 @@ return [
|
||||
'charset' => 'utf8',
|
||||
'collation' => 'utf8_unicode_ci',
|
||||
'prefix' => '',
|
||||
'strict' => false,
|
||||
'strict' => true,
|
||||
'engine' => null,
|
||||
],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user