From d6b487723a5918c21ed3bc12f2bf52d4608a2da0 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期一, 05 一月 2026 17:10:02 +0800
Subject: [PATCH] #

---
 version/db/new.sql |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/version/db/new.sql b/version/db/new.sql
index 73411a2..d49e3c4 100644
--- a/version/db/new.sql
+++ b/version/db/new.sql
@@ -31,7 +31,7 @@
     sta_id       bigint                              not null comment '绔欑偣[man_sta]',
     task_id      bigint                              not null comment '浠诲姟[man_task]',
     segment_id   bigint                              null comment '浣滀笟[man_segment]',
-    agv_id       bigint                              not null comment 'AGV[man_agv]',
+    agv_id       bigint                              null comment 'AGV[man_agv]',
     name         varchar(255)                        null comment '鍚嶇О(*)',
     type         varchar(255)                        not null comment '棰勭害绫诲瀷',
     qty          int                                 not null comment '棰勭害鏁伴噺',
@@ -63,7 +63,7 @@
     sta_id       bigint                              not null comment '绔欑偣[man_sta]',
     task_id      bigint                              not null comment '浠诲姟[man_task]',
     segment_id   bigint                              null comment '浣滀笟[man_segment]',
-    agv_id       bigint                              not null comment 'AGV[man_agv]',
+    agv_id       bigint                              null comment 'AGV[man_agv]',
     name         varchar(255)                        null comment '鍚嶇О(*)',
     type         varchar(255)                        not null comment '棰勭害绫诲瀷',
     qty          int                                 not null comment '棰勭害鏁伴噺',

--
Gitblit v1.9.1