Supply engine as default config

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';
This commit is contained in:
Samuel Georges 2019-12-29 10:14:49 +11:00
parent e2fe9ed7c8
commit bbed527ecc
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ return [
'mysql' => [
'driver' => 'mysql',
'engine' => 'InnoDB',
'host' => 'localhost',
'port' => 3306,
'database' => 'database',