This commit is contained in:
aozhiwei 2023-08-05 16:12:58 +08:00
parent 88915775a4
commit 748ffee717

View File

@ -1413,6 +1413,9 @@ CREATE TABLE `t_market` (
`amount` varchar(255) NOT NULL DEFAULT '' COMMENT 'amount',
`currency` varchar(60) NOT NULL COMMENT 'currency',
`price` varchar(255) NOT NULL DEFAULT '' COMMENT 'price',
`update_currency` varchar(60) COMMENT 'update_currency',
`update_price` varchar(255) COMMENT 'update_price',
`update_time` int(11) COMMENT 'update_time',
`status` int(11) NOT NULL DEFAULT '0' COMMENT 'status',
`activated` int(11) NOT NULL DEFAULT '0' COMMENT 'activated',
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',