买家端订单fegin接口
This commit is contained in:
@@ -88,6 +88,7 @@ CREATE TABLE seller_order_item (
|
||||
price DECIMAL(10,2) COMMENT '成交单价(HK$)',
|
||||
create_time DATETIME DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
|
||||
deleted INT(1) DEFAULT 0 COMMENT '是否删除:0-否,1-是',
|
||||
product_category JSON COMMENT '商品分类列表',
|
||||
INDEX idx_order_id (order_id),
|
||||
INDEX idx_listing_id (listing_id),
|
||||
INDEX idx_deleted (deleted)
|
||||
|
||||
Reference in New Issue
Block a user