From 1be7b1d5b7e3ff78861164d2ca282550657b5bfe Mon Sep 17 00:00:00 2001
From: ghzhang <zhangguohong@lnxall.com>
Date: Thu, 20 Jul 2023 09:56:12 +0800
Subject: [PATCH] lenth 64

---
 plugins/historydata/ua_history_data_backend_sqlite.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/historydata/ua_history_data_backend_sqlite.c b/plugins/historydata/ua_history_data_backend_sqlite.c
index 9203fad..51253ad 100755
--- a/plugins/historydata/ua_history_data_backend_sqlite.c
+++ b/plugins/historydata/ua_history_data_backend_sqlite.c
@@ -958,7 +958,7 @@ UA_HistoryDataBackend_Sqlite(char* path) {
 	char *zErrMsg =NULL;	
 	char *sql = " CREATE TABLE variable (\
 		ID INTEDER PRIMARY KEY,\
-		name VARCHAR(200),\
+		name VARCHAR(64),\
 		datatype INTEGER,\
 		result VARCHAR(64),\
 		time INTEGER\
-- 
2.17.1

