更正gift拼写
This commit is contained in:
parent
5f8ca072d7
commit
43628cec19
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ CREATE TABLE `user` (
|
||||||
`switch` tinyint(4) NOT NULL DEFAULT '1',
|
`switch` tinyint(4) NOT NULL DEFAULT '1',
|
||||||
`enable` tinyint(4) NOT NULL DEFAULT '1',
|
`enable` tinyint(4) NOT NULL DEFAULT '1',
|
||||||
`type` 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',
|
`last_rest_pass_time` int(11) NOT NULL DEFAULT '0',
|
||||||
PRIMARY KEY (`id`,`port`)
|
PRIMARY KEY (`id`,`port`)
|
||||||
) ENGINE=InnoDB AUTO_INCREMENT=415 DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB AUTO_INCREMENT=415 DEFAULT CHARSET=utf8;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue