PDA

View Full Version : Xem Giúp Mình Lỗi Này



nuker
06-01-13, 11:44 PM
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b> .jpg


<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

hai07dv
10-01-13, 02:59 PM
Xóa table đó đi rồi querry lại

SET FOREIGN_KEY_CHECKS=0;-- ----------------------------
-- Table structure for `chongzhi`
-- ----------------------------
DROP TABLE IF EXISTS `chongzhi`;
CREATE TABLE `chongzhi` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`userName` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '' COMMENT '用户名',
`chrName` varchar(128) COLLATE utf8_unicode_ci NOT NULL DEFAULT '' COMMENT '角色名',
`costmoney` int(20) unsigned NOT NULL DEFAULT '0' COMMENT '充值人民币',
`golden` int(20) unsigned NOT NULL DEFAULT '0' COMMENT '充值获取元宝数',
`chongzhichuli` int(1) unsigned NOT NULL DEFAULT '0' COMMENT '0为未处理1为处理',
`chongzhidatatime` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;