ZhuDongming
2020-05-28 923219a3d3c0d383657898145dccf3651a5f85c8
src/main/resources/mapper/HistoryMinutelyMapper.xml
@@ -11,7 +11,7 @@
        </foreach>
    </insert>
    <update id="createHistoryMinutelyTable">
    CREATE TABLE `history_minutely_${yearAndMonth}` (
    CREATE TABLE  IF NOT EXISTS `history_minutely_${yearAndMonth}` (
        `mac` varchar(20) CHARACTER SET latin1 DEFAULT NULL,
        `time` datetime DEFAULT NULL,
        `json` json DEFAULT NULL,