This commit is contained in:
parent
4726d66f54
commit
13c3f788b2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue