瀏覽代碼

✨ refactor(database): 移除订单表中的物流信息字段

陈雪 2 天之前
父節點
當前提交
ec3211c2a0
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src-tauri/resources/table_struct.sql

+ 0 - 1
src-tauri/resources/table_struct.sql

@@ -78,7 +78,6 @@ CREATE TABLE
         discount REAL DEFAULT 0.00, -- 折扣金额
         param TEXT DEFAULT '', -- 订单参数
         service_fee REAL DEFAULT NULL, -- 服务费
-        express_info TEXT DEFAULT '', -- 物流信息
         remark TEXT DEFAULT '', -- 用户备注
         create_time DATETIME DEFAULT NULL, -- 创建时间
         update_time DATETIME DEFAULT NULL, -- 更新时间