Commit 13c3f788 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 4726d66f
...@@ -720,7 +720,7 @@ class Doctrine_Export extends Doctrine_Connection_Module ...@@ -720,7 +720,7 @@ class Doctrine_Export extends Doctrine_Connection_Module
public function getForeignKeyDeclaration(array $definition) public function getForeignKeyDeclaration(array $definition)
{ {
$sql = $this->getForeignKeyBaseDeclaration($definition); $sql = $this->getForeignKeyBaseDeclaration($definition);
// $sql .= $this->getForeignKeyAdvancedOptions($definition); $sql .= $this->getAdvancedForeignKeyOptions($definition);
return $sql; return $sql;
} }
......
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