Skip to content

Commit

Permalink
Merge pull request #224 from Steffen-99/master
Browse files Browse the repository at this point in the history
default table option not working
  • Loading branch information
guilhermeblanco committed Nov 8, 2012
2 parents 8c06b7c + 31a9b2e commit b3e0e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ public function createSchemaConfig()

$params = $this->_conn->getParams();
if (isset($params['defaultTableOptions'])) {
$schemaConfig->setDefaultTableOptions($params['defautTableOptions']);
$schemaConfig->setDefaultTableOptions($params['defaultTableOptions']);
}

return $schemaConfig;
Expand Down

0 comments on commit b3e0e6d

Please sign in to comment.