1
This commit is contained in:
parent
553b14d9e2
commit
056e4f7995
@ -1427,6 +1427,13 @@ CREATE TABLE `t_market` (
|
|||||||
`price` varchar(255) NOT NULL DEFAULT '' COMMENT 'price',
|
`price` varchar(255) NOT NULL DEFAULT '' COMMENT 'price',
|
||||||
`update_price` varchar(255) COMMENT 'update_price',
|
`update_price` varchar(255) COMMENT 'update_price',
|
||||||
`update_time` int(11) COMMENT 'update_time',
|
`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',
|
`status` int(11) NOT NULL DEFAULT '0' COMMENT 'status',
|
||||||
`activated` int(11) NOT NULL DEFAULT '0' COMMENT 'activated',
|
`activated` int(11) NOT NULL DEFAULT '0' COMMENT 'activated',
|
||||||
`selltime` int(11) COMMENT 'selltime',
|
`selltime` int(11) COMMENT 'selltime',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user