From fbc8c9791090b147320dc7f0f87e4441cbbcf891 Mon Sep 17 00:00:00 2001 From: 15856 <15856818120@163.com> Date: Fri, 9 Aug 2024 09:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E4=BF=AE=E6=94=B9sql=E8=AF=AD?= =?UTF-8?q?=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202408/南网仓储/iot_machine_20240805.sql | 9 --------- 202408/南网仓储/iot_machine_bind_20240805.sql | 7 ------- 2 files changed, 16 deletions(-) diff --git a/202408/南网仓储/iot_machine_20240805.sql b/202408/南网仓储/iot_machine_20240805.sql index 8647cab..db9a611 100644 --- a/202408/南网仓储/iot_machine_20240805.sql +++ b/202408/南网仓储/iot_machine_20240805.sql @@ -40,13 +40,4 @@ CREATE TABLE `iot_machine` ( `update_time` datetime(0) NULL DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 17 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'iot设备管理表' ROW_FORMAT = DYNAMIC; - --- ---------------------------- --- Records of iot_machine --- ---------------------------- -INSERT INTO `iot_machine` VALUES (13, '125', 'NB-001', 0, '20240711-0005140', 1, '0', '1', '2024-07-11 18:30:05', NULL, '2024-07-11 18:31:19'); -INSERT INTO `iot_machine` VALUES (14, '125', 'Nb-002', 0, '20240711-0004754', 1, '0', '1', '2024-07-11 18:30:14', NULL, NULL); -INSERT INTO `iot_machine` VALUES (15, '126', 'NB-003', 0, '20240711-0006410', 1, '0', '1', '2024-07-11 18:30:26', '1', '2024-07-11 18:30:31'); -INSERT INTO `iot_machine` VALUES (16, '126', 'Nb-004', 0, '20240711-0007687', 1, '0', '1', '2024-07-11 18:30:49', NULL, NULL); - SET FOREIGN_KEY_CHECKS = 1; diff --git a/202408/南网仓储/iot_machine_bind_20240805.sql b/202408/南网仓储/iot_machine_bind_20240805.sql index 2808016..b2955a0 100644 --- a/202408/南网仓储/iot_machine_bind_20240805.sql +++ b/202408/南网仓储/iot_machine_bind_20240805.sql @@ -37,11 +37,4 @@ CREATE TABLE `iot_machine_bind` ( `unbind_time` datetime(0) NULL DEFAULT NULL COMMENT '解绑时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 15 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'iot设备类型绑定表' ROW_FORMAT = DYNAMIC; - --- ---------------------------- --- Records of iot_machine_bind --- ---------------------------- -INSERT INTO `iot_machine_bind` VALUES (13, 13, 690, 'NXCS004', '1', '2024-07-11 18:31:08', '1', '2024-07-11 18:31:11'); -INSERT INTO `iot_machine_bind` VALUES (14, 13, 690, 'NXCS004', '1', '2024-07-11 18:31:15', '1', '2024-07-11 18:31:19'); - SET FOREIGN_KEY_CHECKS = 1;