--- og_user_roles.install.orig	2007-12-30 14:11:07.000000000 +0100
+++ og_user_roles.install	2007-12-30 14:05:05.000000000 +0100
@@ -17,9 +17,9 @@ function og_user_roles_install() {
     case 'pgsql':
 
       db_query("CREATE TABLE {og_users_roles} (
-        uid int(10) unsigned NOT NULL DEFAULT '0',
-        rid int(10) unsigned NOT NULL DEFAULT '0',
-        gid int(10) unsigned NOT NULL DEFAULT '0',
+        uid int NOT NULL DEFAULT '0',
+        rid int NOT NULL DEFAULT '0',
+        gid int NOT NULL DEFAULT '0',
         PRIMARY KEY  (uid, rid, gid)
       );");
 
