This commit is contained in:
songliang 2023-07-14 15:59:48 +08:00
parent 2e8273916e
commit 0163373957

View File

@ -1346,7 +1346,7 @@ CREATE TABLE `t_market_transaction_record` (
`buyer` varchar(60) NOT NULL COMMENT '买家',
`token_id` varchar(60) NOT NULL COMMENT 'tokenid',
`item_id` int(11) DEFAULT NULL COMMENT '如果有,说明是中心化道具交易',
`amount` bigint(11) NOT NULL COMMENT '堆叠数量',
`amount` bigint(20) NOT NULL COMMENT '堆叠数量',
`name` varchar(64) NOT NULL COMMENT '商品名称',
`type` int(11) NOT NULL COMMENT '商品类型',
PRIMARY KEY (`idx`),