1
This commit is contained in:
parent
88915775a4
commit
748ffee717
@ -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 '创建时间',
|
||||
|
Loading…
x
Reference in New Issue
Block a user