1
This commit is contained in:
parent
09a76d6eb6
commit
58542a1b46
@ -45,7 +45,7 @@ CREATE TABLE `orderinfo` (
|
||||
`gameid` int(11) NOT NULL COMMENT 'gameid',
|
||||
`openid` varchar(50) NOT NULL COMMENT '平台openid',
|
||||
`itemid` int(11) NOT NULL COMMENT 'itemid',
|
||||
`price` int(11) NOT NULL COMMENT 'price',
|
||||
`price` double NOT NULL COMMENT 'price',
|
||||
`nickname` tinyblob COMMENT 'nickname',
|
||||
`ipv4` varchar(50) NOT NULL DEFAULT '' COMMENT '账号创建时ipv4地址',
|
||||
`status` int(11) NOT NULL DEFAULT '0' COMMENT '0: 新添加订单 1:已经完成订单',
|
||||
|
Loading…
x
Reference in New Issue
Block a user