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:
parent
e2fe9ed7c8
commit
bbed527ecc
|
|
@ -54,6 +54,7 @@ return [
|
||||||
|
|
||||||
'mysql' => [
|
'mysql' => [
|
||||||
'driver' => 'mysql',
|
'driver' => 'mysql',
|
||||||
|
'engine' => 'InnoDB',
|
||||||
'host' => 'localhost',
|
'host' => 'localhost',
|
||||||
'port' => 3306,
|
'port' => 3306,
|
||||||
'database' => 'database',
|
'database' => 'database',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue