Skip to content

Commit

Permalink
Ensure innoDB (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria authored Dec 27, 2020
1 parent 2dbdeaf commit ccf7cf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
'prefix' => '',
'prefix_indexes' => true,
'strict' => true,
'engine' => null,
// 'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
'options' => extension_loaded('pdo_mysql') ? array_filter([
PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
]) : [],
Expand Down

0 comments on commit ccf7cf7

Please sign in to comment.