Backend for songs.zachdecook.com
Diffstat (limited to 'laravel/config/database.php')
| -rw-r--r-- | laravel/config/database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/laravel/config/database.php b/laravel/config/database.php index 22347a4..378af97 100644 --- a/laravel/config/database.php +++ b/laravel/config/database.php @@ -53,7 +53,7 @@ return [ 'prefix' => '', 'prefix_indexes' => true, 'strict' => true, - 'engine' => null, + "engine" => "InnoDB ROW_FORMAT=DYNAMIC", ], 'pgsql' => [ |