From 667257a75a228ce7fe50a8a3cc8160628876015f Mon Sep 17 00:00:00 2001
From: 64850858 <648540858@qq.com>
Date: 星期一, 07 六月 2021 16:44:48 +0800
Subject: [PATCH] 添加创建时间与更新时间

---
 sql/mysql.sql |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/sql/mysql.sql b/sql/mysql.sql
index 71e651a..7055edd 100644
--- a/sql/mysql.sql
+++ b/sql/mysql.sql
@@ -15,6 +15,8 @@
     registerTime       varchar(50) null,
     keepaliveTime      varchar(50) null,
     ip                 varchar(50) not null,
+    createTime         varchar(50) not null,
+    updateTime         varchar(50) not null,
     port               int          not null,
     expires            int          not null,
     hostAddress        varchar(50) not null
@@ -49,6 +51,8 @@
     deviceId    varchar(50) not null,
     parental    varchar(50) null,
     hasAudio    bit(1)   null,
+    createTime  varchar(50) not null,
+    updateTime  varchar(50) not null,
     primary key (channelId, deviceId)
 );
 

--
Gitblit v1.8.0