Fix for foreign keys and autoincrement
This commit is contained in:
parent
831b40e093
commit
ec50125568
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ class SchemaTool
|
||||||
$idMapping = $class->fieldMappings[$class->identifier[0]];
|
$idMapping = $class->fieldMappings[$class->identifier[0]];
|
||||||
$this->_gatherColumn($class, $idMapping, $table);
|
$this->_gatherColumn($class, $idMapping, $table);
|
||||||
$columnName = $class->getQuotedColumnName($class->identifier[0], $this->_platform);
|
$columnName = $class->getQuotedColumnName($class->identifier[0], $this->_platform);
|
||||||
|
$table->getColumn($class->identifier[0])->setAutoincrement(false);
|
||||||
|
|
||||||
$pkColumns[] = $columnName;
|
$pkColumns[] = $columnName;
|
||||||
// TODO: REMOVE
|
// TODO: REMOVE
|
||||||
|
|
Loading…
Add table
Reference in a new issue