1
This commit is contained in:
parent
566adf2054
commit
ae8e978683
@ -1416,6 +1416,7 @@ DROP TABLE IF EXISTS `t_market`;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `t_market` (
|
||||
`idx` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||||
`net_id` bigint NOT NULL DEFAULT '0' COMMENT 'net_id',
|
||||
`order_id` varchar(255) NOT NULL DEFAULT '' COMMENT '订单id',
|
||||
`token_id` varchar(60) NOT NULL COMMENT 'token_id',
|
||||
`seller` varchar(60) NOT NULL COMMENT 'owner',
|
||||
|
Loading…
x
Reference in New Issue
Block a user