opzioni sqlsrv

This commit is contained in:
paoloar77
2024-08-13 22:32:05 +02:00
parent ee1917ef61
commit 25456127be
2 changed files with 2 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ return [
'charset' => 'utf8',
'prefix' => '',
'prefix_indexes' => true,
'options' => json_decode(env('DB_OPTIONS', '{}'), true),
],
'sqlsrv_test' => [