From 6675214383570a99d287bbe97b06fe542a33df2d Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期四, 15 一月 2026 13:18:50 +0800
Subject: [PATCH] #

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

diff --git a/version/db/new.sql b/version/db/new.sql
index 603a794..d7a24af 100644
--- a/version/db/new.sql
+++ b/version/db/new.sql
@@ -1,23 +1,2 @@
--- auto-generated definition
-create table man_lane
-(
-    id          bigint unsigned auto_increment comment 'ID'
-        primary key,
-    uuid        varchar(255)                        null comment '缂栧彿(*)',
-    zone_id     bigint                              null comment '搴撳尯[man_zone]',
-    name        varchar(255)                        null comment '鍚嶇О',
-    hash_code   varchar(255)                        not null comment '鍝堝笇鍊�',
-    codes       text                                not null comment '鏉$爜闆�',
-    entry_angle int       default -1                null comment '鍏ュ彛瑙掑害',
-    maximum     int       default -1                null comment '鎵胯浇閲�',
-    status      int(1)    default 1                 not null comment '鐘舵�亄1:姝e父,0:鍐荤粨}',
-    deleted     int(1)    default 0                 not null comment '鏄惁鍒犻櫎{1:鏄�,0:鍚',
-    tenant_id   int                                 null comment '绉熸埛[sys_tenant]',
-    create_by   bigint                              null comment '娣诲姞浜哄憳[sys_user]',
-    create_time timestamp default CURRENT_TIMESTAMP not null comment '娣诲姞鏃堕棿',
-    update_by   bigint                              null comment '淇敼浜哄憳[sys_user]',
-    update_time timestamp default CURRENT_TIMESTAMP null comment '淇敼鏃堕棿',
-    memo        varchar(255)                        null comment '澶囨敞'
-)
-    charset = utf8;
-
+alter table man_code
+    add dir_rule varchar(255) null comment '鏂瑰悜瑙勫垯' after corner;

--
Gitblit v1.9.1