更正gift拼写

This commit is contained in:
orvice 2014-11-24 00:04:14 +08:00
parent 5f8ca072d7
commit 43628cec19

View file

@ -13,7 +13,7 @@ CREATE TABLE `user` (
`switch` tinyint(4) NOT NULL DEFAULT '1',
`enable` tinyint(4) NOT NULL DEFAULT '1',
`type` tinyint(4) NOT NULL DEFAULT '1',
`last_get_gitf_time` int(11) NOT NULL DEFAULT '0',
`last_get_gift_time` int(11) NOT NULL DEFAULT '0',
`last_rest_pass_time` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`,`port`)
) ENGINE=InnoDB AUTO_INCREMENT=415 DEFAULT CHARSET=utf8;