File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 33
44 Source Server : Test
55 Source Server Type : MySQL
6- Source Server Version : 80030
6+ Source Server Version : 80031 (8.0.31-0ubuntu0.20.04.1)
77 Source Host : 192.168.1.12:3306
88 Source Schema : XEngine_MQData
99
1010 Target Server Type : MySQL
11- Target Server Version : 80030
11+ Target Server Version : 80031 (8.0.31-0ubuntu0.20.04.1)
1212 File Encoding : 65001
1313
14- Date: 01/08 /2022 13:15:31
14+ Date: 04/11 /2022 10:47:16
1515*/
1616
1717SET NAMES utf8mb4;
@@ -30,6 +30,7 @@ CREATE TABLE `XEngine_CommKey` (
3030 ` tszQueuePublishTime` varchar (128 ) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL DEFAULT NULL COMMENT ' 发布时间' ,
3131 ` tszQueueData` varchar (8192 ) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NOT NULL COMMENT ' 保存数据' ,
3232 ` nDataLen` int NOT NULL COMMENT ' 数据大小' ,
33+ ` nDataType` tinyint NULL DEFAULT NULL COMMENT ' 数据类型' ,
3334 ` tszQueueCreateTime` datetime NOT NULL ON UPDATE CURRENT_TIMESTAMP COMMENT ' 插入时间' ,
3435 PRIMARY KEY (` ID` ) USING BTREE
3536) ENGINE = InnoDB CHARACTER SET = utf8mb3 COLLATE = utf8mb3_general_ci ROW_FORMAT = DYNAMIC;
You can’t perform that action at this time.
0 commit comments