This commit is contained in:
wxt
2026-02-04 21:05:20 +08:00
parent 36375456fd
commit c67c05eecf

View File

@@ -11,7 +11,7 @@
Target Server Version : 100302
File Encoding : 65001
Date: 04/02/2026 20:56:10
Date: 04/02/2026 21:05:13
*/
SET NAMES utf8mb4;
@@ -42,4 +42,8 @@ CREATE TABLE `normaltemperature` (
PRIMARY KEY (`Id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 115 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of normaltemperature
-- ----------------------------
SET FOREIGN_KEY_CHECKS = 1;