1
0
mirror of synced 2025-02-06 15:29:26 +03:00
This commit is contained in:
zYne 2007-09-06 19:32:22 +00:00
parent 7ca8d64ef4
commit 26d3d3e7a4

View File

@ -73,12 +73,8 @@ class Doctrine_I18n extends Doctrine_Plugin
unset($def['autoincrement']);
unset($def['sequence']);
unset($def['primary']);
$col = strtolower(Doctrine::tableize($name) . '_' . $column);
$def['primary'] = true;
$fk[$col] = $def;
$fk[$column] = $def;
}
$cols = $table->getColumns();