src/main/resources/mapper/AlarmMapper.xml
@@ -37,7 +37,7 @@ <update id="createTable"> CREATE TABLE IF NOT EXISTS `alarm_${yearAndMonth}` ( `mac` varchar(20) CHARACTER SET utf8 DEFAULT NULL, `mac` varchar(30) CHARACTER SET utf8 DEFAULT NULL, `json` json DEFAULT NULL, `state` int(2) DEFAULT NULL, `time` datetime DEFAULT NULL,