Commit 2bdb1173 authored by Steffen-99's avatar Steffen-99 Committed by Benjamin Eberlei

Issue: Default table options are not used

- Fixing issue, key name corrected
parent 219d96a1
...@@ -850,7 +850,7 @@ abstract class AbstractSchemaManager ...@@ -850,7 +850,7 @@ abstract class AbstractSchemaManager
$params = $this->_conn->getParams(); $params = $this->_conn->getParams();
if (isset($params['defaultTableOptions'])) { if (isset($params['defaultTableOptions'])) {
$schemaConfig->setDefaultTableOptions($params['defautTableOptions']); $schemaConfig->setDefaultTableOptions($params['defaultTableOptions']);
} }
return $schemaConfig; return $schemaConfig;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment