--- image_fupload.install 2009-03-21 20:10:14.000000000 +0100 +++ image_fupload.install.new 2009-07-12 01:36:27.000000000 +0200 @@ -90,7 +90,6 @@ function image_fupload_schema_1() { ), 'uid' => array( 'type' => 'int', - 'length' => '10', 'default' => 0, 'not null' => TRUE, 'description' => t('Stores user id.'), @@ -98,7 +97,6 @@ function image_fupload_schema_1() { ), 'nid' => array( 'type' => 'int', - 'length' => '10', 'default' => 0, 'not null' => TRUE, 'description' => t('Stores node id.'), @@ -106,7 +104,6 @@ function image_fupload_schema_1() { ), 'fid' => array( 'type' => 'int', - 'length' => '11', 'default' => 0, 'not null' => FALSE, 'description' => t('Stores file id of uploaded image.'), @@ -114,7 +111,6 @@ function image_fupload_schema_1() { ), 'created' => array( 'type' => 'int', - 'length' => '11', 'default' => 0, 'not null' => TRUE, 'description' => t('Stores creation time to do some clean up by cron.'), @@ -197,4 +193,4 @@ function image_fupload_update_6304() { // because some theme related things changed return $ret; -} \ No newline at end of file +}