prefixes indices when installing too

This commit is contained in:
Daniël Klabbers 2019-02-05 09:50:15 +01:00
parent cd4fc8e7db
commit 209455481d

View File

@ -50,6 +50,7 @@ class DatabaseConfig implements Arrayable
'prefix' => $this->prefix,
'strict' => false,
'engine' => 'InnoDB',
'prefix_indexes' => true
];
}