diff options
| author | Zach DeCook <zachdecook@gmail.com> | 2018-12-27 16:10:13 +0000 |
|---|---|---|
| committer | Zach DeCook <zachdecook@gmail.com> | 2018-12-27 16:10:13 +0000 |
| commit | e31c45a0482cb14b49175f983e466d96aa409ae6 (patch) | |
| tree | 3c41334d6a1911e13169991c97ad56ac9b6e41f8 /laravel/config/database.php | |
| parent | 1a9c3529c32df34b92538bb6599cf609fdf9bb3c (diff) | |
| download | prosongsa-e31c45a0482cb14b49175f983e466d96aa409ae6.tar.gz | |
* Deployment: Fix issues
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' => [ |
