--- C:\wamp\www\photowasp\sites\all\modules\image_fupload\image_fupload.install	2009-08-03 22:29:41.640625000 +1200
+++ C:\wamp\www\photowasp\sites\all\modules\image_fupload\orig image_fupload.install	2009-08-03 22:28:44.203125000 +1200
@@ -90,7 +90,7 @@
       ),
       'uid' => array(
         'type' => 'int',
-        'size' => 'normal',
+        'length' => '10',
         'default' => 0,
         'not null' => TRUE,
         'description' => t('Stores user id.'),
@@ -98,7 +98,7 @@
       ),
       'nid' => array(
         'type' => 'int',
-        'size' => 'normal',
+        'length' => '10',
         'default' => 0,
         'not null' => TRUE,
         'description' => t('Stores node id.'),
@@ -106,7 +106,7 @@
       ),
       'fid' => array(
         'type' => 'int',
-        'size' => 'normal',
+        'length' => '11',
         'default' => 0,
         'not null' => FALSE,
         'description' => t('Stores file id of uploaded image.'),
@@ -114,7 +114,7 @@
       ),
       'created' => array(
         'type' => 'int',
-        'size' => 'normal',
+        'length' => '11',
         'default' => 0,
         'not null' => TRUE,
         'description' => t('Stores creation time to do some clean up by cron.'),
