This commit is contained in:
parent
4726d66f54
commit
13c3f788b2
@ -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…
x
Reference in New Issue
Block a user