Update install/data/sql.sql

This commit is contained in:
yi12345
2012-04-04 21:59:20 +03:00
parent 6ef77feda0
commit 2d85615014
+1
View File
@@ -1258,6 +1258,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%users` (
`ok` tinyint(1) unsigned NOT NULL DEFAULT '0',
`clp` bigint(255) NOT NULL DEFAULT '0',
`oldrank` bigint(255) unsigned NOT NULL DEFAULT '0',
`regtime` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;