From 5e8a7ce21e35b2c4d7faeede04e60b3537db2f3c Mon Sep 17 00:00:00 2001 From: 648540858 <18010473990@163.com> Date: 星期一, 13 九月 2021 16:08:40 +0800 Subject: [PATCH] 添加utf-8解析设备信息 --- sql/mysql.sql | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/sql/mysql.sql b/sql/mysql.sql index 5524e32..90393e6 100644 --- a/sql/mysql.sql +++ b/sql/mysql.sql @@ -23,7 +23,8 @@ updateTime varchar(50) not null, port int not null, expires int not null, - hostAddress varchar(50) not null + hostAddress varchar(50) not null, + charset varchar(50) not null ); create table device_channel -- Gitblit v1.8.0