mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 15:21:53 +08:00
创建订单接口定义
This commit is contained in:
parent
19a703b8c9
commit
7bf20ec72e
@ -73,4 +73,4 @@ CREATE TABLE `trade_order_item`
|
||||
`update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
|
||||
`deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
|
||||
PRIMARY KEY (`id`) USING BTREE
|
||||
) ENGINE = InnoDB COMMENT ='交易订单明细表';
|
||||
) ENGINE = InnoDB COMMENT ='交易订单明细表';
|
||||
|
Loading…
Reference in New Issue
Block a user