From 16f2be80a880ef138e2dbbd454a354d8cdd7fa26 Mon Sep 17 00:00:00 2001 From: "wenhua.zhou" Date: Tue, 12 Dec 2023 13:37:26 +0800 Subject: [PATCH] . --- sql/mqtt-schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mqtt-schema.sql b/sql/mqtt-schema.sql index 9874cad..cf07923 100644 --- a/sql/mqtt-schema.sql +++ b/sql/mqtt-schema.sql @@ -14,7 +14,7 @@ CREATE TABLE `sync_tables_info` ( `field_type` tinyint NOT NULL DEFAULT 1 COMMENT '1: 整数 2: 字符串 3: 日期 4: 浮点数', `update_time` timestamp(0) NOT NULL DEFAULT CURRENT_TIMESTAMP(0) ON UPDATE CURRENT_TIMESTAMP(0), PRIMARY KEY (`client_id`, `table_name`) USING BTREE -) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = DYNAMIC; +); -- ---------------------------- -- Records of sync_tables_info