Skip to content

Commit

Permalink
Supply engine as default config
Browse files Browse the repository at this point in the history
This is currently supplied by the blueprint. This commit is a proactive step to move to config instead. Consider removing from this from blueprints in later years:

$table->engine = 'InnoDB';
  • Loading branch information
daftspunk committed Dec 28, 2019
1 parent e2fe9ed commit bbed527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

'mysql' => [
'driver' => 'mysql',
'engine' => 'InnoDB',
'host' => 'localhost',
'port' => 3306,
'database' => 'database',
Expand Down

0 comments on commit bbed527

Please sign in to comment.