...
This commit is contained in:
parent
d75af04a4a
commit
f2d36efec3
@ -39,6 +39,11 @@ CREATE TABLE `t_market_transaction_record` (
|
|||||||
`name` varchar(64) NOT NULL COMMENT '商品名称',
|
`name` varchar(64) NOT NULL COMMENT '商品名称',
|
||||||
`type` int(11) NOT NULL COMMENT '商品类型',
|
`type` int(11) NOT NULL COMMENT '商品类型',
|
||||||
PRIMARY KEY (`idx`)
|
PRIMARY KEY (`idx`)
|
||||||
|
KEY `createtime` (`createtime`) USING BTREE,
|
||||||
|
KEY `seller` (`seller`) USING HASH,
|
||||||
|
KEY `buyer` (`buyer`) USING HASH,
|
||||||
|
KEY `o_link` (`o_link`) USING HASH,
|
||||||
|
KEY `orderid` (`orderid`) USING BTREE
|
||||||
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
insert into version (version) values(2023071301);
|
insert into version (version) values(2023071301);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user