diff --git a/db/normaltemperature.sql b/db/normaltemperature.sql index 8d54954..50b4159 100644 --- a/db/normaltemperature.sql +++ b/db/normaltemperature.sql @@ -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;