1
0
mirror of synced 2024-12-14 15:16:04 +03:00
This commit is contained in:
zYne 2007-04-03 18:08:50 +00:00
parent 37bb2d3a7a
commit 4676d8f4bb

View File

@ -229,7 +229,6 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
20,
array('autoincrement' => true,
'primary' => true,
'unsigned' => true,
)
)
), $this->columns);