创建订单接口定义

pull/2/head
ex_yang.li@ca-nio.com 2022-09-05 20:44:04 +08:00
parent 19a703b8c9
commit 7bf20ec72e
1 changed files with 1 additions and 1 deletions

View File

@ -73,4 +73,4 @@ CREATE TABLE `trade_order_item`
`update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '', `update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '',
`deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '', `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '',
PRIMARY KEY (`id`) USING BTREE PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB COMMENT =''; ) ENGINE = InnoDB COMMENT ='';