=== modified file 'shipping/uc_shipping/uc_shipping.install'
--- shipping/uc_shipping/uc_shipping.install	2010-03-03 15:47:24 +0000
+++ shipping/uc_shipping/uc_shipping.install	2010-03-08 14:35:33 +0000
@@ -251,7 +251,7 @@
         'not null' => FALSE,
       ),
       'label_image' => array(
-        'type' => 'integer',
+        'type' => 'int',
         'unsigned' => TRUE,
         'not null' => FALSE,
       ),
@@ -303,7 +303,7 @@
   $sandbox['#finished'] = 0;
 
   $schema = array(
-    'type' => 'integer',
+    'type' => 'int',
     'unsigned' => TRUE,
     'not null' => FALSE,
   );

