This commit is contained in:
songliang 2023-07-15 11:42:11 +08:00
parent 2c74636ca5
commit 2960ae751b

View File

@ -1287,7 +1287,7 @@ CREATE TABLE `t_web2_order` (
`item_id` int(11) NOT NULL COMMENT '物品id',
`item_num` bigint(20) NOT NULL COMMENT '物品数量',
`id` int(11) NOT NULL COMMENT '商店中的配置id',
`goods_num` int(11) NOT NULL COMMENT '购买商品个数',
`goods_num` bigint(20) NOT NULL COMMENT '购买商品个数',
`price` varchar(64) DEFAULT NULL COMMENT '价格',
`ext_data` mediumblob COMMENT '扩展自定义数据',
`channel` varchar(64) DEFAULT NULL COMMENT 'google or apple',