From 6c4450476b31c0b73251e8b132066523b54192dc Mon Sep 17 00:00:00 2001
From: LiJun <LiJun@192.168.10.23>
Date: 星期三, 05 十二月 2018 13:40:55 +0800
Subject: [PATCH] 在机房实时状态表中添加续航结束时间列

---
 BattMonitor_DB_Builder/src/com/dev/fbs9100/FBS9100_Task_Thread_SQL.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/BattMonitor_DB_Builder/src/com/dev/fbs9100/FBS9100_Task_Thread_SQL.java b/BattMonitor_DB_Builder/src/com/dev/fbs9100/FBS9100_Task_Thread_SQL.java
index 04cc4fd..2f33626 100644
--- a/BattMonitor_DB_Builder/src/com/dev/fbs9100/FBS9100_Task_Thread_SQL.java
+++ b/BattMonitor_DB_Builder/src/com/dev/fbs9100/FBS9100_Task_Thread_SQL.java
@@ -227,6 +227,7 @@
 				+ "`station_dooropen_start_time` varchar(20) NOT NULL DEFAULT '2015-12-02 12:10:00', "
 				//+ "`station_dooropen_tlong` INT NOT NULL DEFAULT 0, "				
 				+ "`station_xuhang_start_time` varchar(20) NOT NULL DEFAULT '2015-12-02 12:10:00', "
+				+ "`station_xuhang_end_time` varchar(20) NOT NULL DEFAULT '2015-12-02 12:10:00', "
 				+ " UNIQUE INDEX index_station_id_uniq (`station_id`), "
 				+ " PRIMARY KEY (`num`) ) "
 				+ " ENGINE=InnoDB DEFAULT CHARSET=utf8";

--
Gitblit v1.9.1