From 15dac2a96143cbf9ec62875f1487feb200255354 Mon Sep 17 00:00:00 2001 From: Laurence Ioannou Date: Tue, 2 Oct 2018 14:23:47 +1000 Subject: [PATCH] Update database.php --- config/database.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/database.php b/config/database.php index c60c8855..361ae34a 100644 --- a/config/database.php +++ b/config/database.php @@ -50,6 +50,7 @@ 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => '', + 'prefix_indexes' => true, 'strict' => true, 'engine' => null, ], @@ -63,6 +64,7 @@ 'password' => env('DB_PASSWORD', ''), 'charset' => 'utf8', 'prefix' => '', + 'prefix_indexes' => true, 'schema' => 'public', 'sslmode' => 'prefer', ], @@ -76,6 +78,7 @@ 'password' => env('DB_PASSWORD', ''), 'charset' => 'utf8', 'prefix' => '', + 'prefix_indexes' => true, ], ],