This commit is contained in:
aozhiwei 2023-08-08 12:33:21 +08:00
parent 553b14d9e2
commit 056e4f7995

View File

@ -1427,6 +1427,13 @@ CREATE TABLE `t_market` (
`price` varchar(255) NOT NULL DEFAULT '' COMMENT 'price',
`update_price` varchar(255) COMMENT 'update_price',
`update_time` int(11) COMMENT 'update_time',
`c_name` varchar(32) NOT NULL DEFAULT '' COMMENT '缓存-名称',
`c_job` int(11) NOT NULL DEFAULT '0' COMMENT '缓存-职业',
`c_type` int(11) NOT NULL DEFAULT '0' COMMENT '缓存-碎片类型',
`c_lv` int(11) NOT NULL DEFAULT '0' COMMENT '缓存-级别',
`c_quality` int(11) NOT NULL DEFAULT '0' COMMENT '缓存-品阶',
`c_durability` float NOT NULL DEFAULT '0' COMMENT '缓存-能量',
`c_id` int(11) NOT NULL DEFAULT '0' COMMENT '缓存-id',
`status` int(11) NOT NULL DEFAULT '0' COMMENT 'status',
`activated` int(11) NOT NULL DEFAULT '0' COMMENT 'activated',
`selltime` int(11) COMMENT 'selltime',