dyjh 6 vuotta sitten
vanhempi
commit
91da5f6aae
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      config/database.php

+ 1 - 1
config/database.php

xqd
@@ -49,7 +49,7 @@ return [
             'unix_socket' => env('DB_SOCKET', ''),
             'charset' => 'utf8mb4',
             'collation' => 'utf8mb4_unicode_ci',
-            'prefix' => '',
+            'prefix' => 'fanyun_',
             'strict' => false,
             'engine' => null,
         ],