install/database-structure.inc.php
changeset 145 6190c9a5f48b
parent 142 edd0c3ee3e1d
child 165 cc0763252b89
--- a/install/database-structure.inc.php	Mon Apr 28 19:05:06 2008 +0000
+++ b/install/database-structure.inc.php	Mon Apr 28 19:12:51 2008 +0000
@@ -53,7 +53,7 @@
 					    'flags' 		=> 'primary_keynot_null'
 					),
 				    'name' => array(
-				    	    'type'		=> 'integer',
+				    	    'type'		=> 'text',
 					    'notnull' 		=> 1,
 					    'length' 		=> 128,
 					    'fixed' 		=> 0,