Commit 31a9b2ec authored by Steffen-99's avatar Steffen-99

Issue: Default table options are not used

- Fixing issue, key name corrected
parent 8c06b7ce
...@@ -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