From 4676d8f4bbe8babe799160c54586cc7706083181 Mon Sep 17 00:00:00 2001 From: zYne Date: Tue, 3 Apr 2007 18:08:50 +0000 Subject: [PATCH] --- lib/Doctrine/Table.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Doctrine/Table.php b/lib/Doctrine/Table.php index 2ced7e07b..96108f0d5 100644 --- a/lib/Doctrine/Table.php +++ b/lib/Doctrine/Table.php @@ -229,7 +229,6 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable 20, array('autoincrement' => true, 'primary' => true, - 'unsigned' => true, ) ) ), $this->columns);