From 30b0f1f97665f07145e3580dab577fae75ee0fa7 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 27 四月 2026 10:23:23 +0800
Subject: [PATCH] fix: persist station flow capacity audit fields

---
 src/main/resources/sql/20260427_create_station_flow_capacity.sql |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/sql/20260427_create_station_flow_capacity.sql b/src/main/resources/sql/20260427_create_station_flow_capacity.sql
index f02adfc..a97d5e0 100644
--- a/src/main/resources/sql/20260427_create_station_flow_capacity.sql
+++ b/src/main/resources/sql/20260427_create_station_flow_capacity.sql
@@ -4,7 +4,9 @@
   `direction_code` VARCHAR(32) NOT NULL COMMENT '鏂瑰悜缂栫爜',
   `buffer_capacity` INT NOT NULL DEFAULT 0 COMMENT '鏂瑰悜缂撳啿瀹归噺',
   `memo` VARCHAR(255) DEFAULT NULL COMMENT '澶囨敞',
+  `create_by` BIGINT DEFAULT NULL COMMENT '鍒涘缓浜�',
   `create_time` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '鍒涘缓鏃堕棿',
+  `update_by` BIGINT DEFAULT NULL COMMENT '鏇存柊浜�',
   `update_time` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '鏇存柊鏃堕棿',
   PRIMARY KEY (`id`),
   UNIQUE KEY `uk_asr_station_flow_capacity_station_direction` (`station_id`, `direction_code`),

--
Gitblit v1.9.1