lizijie
2022-06-14 cb59966a148f601c41e77637be701fda04251d91
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,