jinpengyong
2022-01-06 45ece9986a39a01081fab9b224966e1f297d383d
src/main/resources/mapper/HistoryFiveMinutelyMapper.xml
@@ -43,7 +43,7 @@
    <update id="createHistoryFiveMinutely" parameterType="String">
        CREATE TABLE  IF NOT EXISTS `history_five_minutely_${yearAndMonth}` (
        `mac` varchar(20) CHARACTER SET latin1 DEFAULT NULL,
        `mac` varchar(30) CHARACTER SET latin1 DEFAULT NULL,
        `time` datetime DEFAULT NULL,
        `json` json DEFAULT NULL,
         KEY `idx_time` (`time`),