сид бонусы (продолжение) sql - ALTER TABLE `bb_users` CHANGE `user_points` `user_points` FLOAT( 16, 2 ) NOT NULL DEFAULT '0.00' git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@390 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
nanosimbiot 2012-04-08 19:11:53 +00:00
commit 3b7f9034b4
5 changed files with 53 additions and 8 deletions

View file

@ -1418,7 +1418,7 @@ CREATE TABLE IF NOT EXISTS `bb_users` (
`ignore_srv_load` tinyint(1) NOT NULL DEFAULT '0',
`autologin_id` varchar(12) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
`user_newest_pm_id` mediumint(8) NOT NULL DEFAULT '0',
`user_points` int(11) NOT NULL DEFAULT '0',
`user_points` float(16,2) NOT NULL DEFAULT '0.00',
PRIMARY KEY (`user_id`),
KEY `username` (`username`(10)),
KEY `user_email` (`user_email`(10)),