소스 검색

补充建表sql

648540858 3 년 전
부모
커밋
76226c414d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      sql/mysql.sql

+ 3 - 0
sql/mysql.sql

@@ -40,6 +40,9 @@ CREATE TABLE `device` (
                           `port` int NOT NULL,
                           `expires` int NOT NULL,
                           `subscribeCycleForCatalog` int NOT NULL,
+                          `subscribeCycleForMobilePosition` int NOT NULL,
+                          `mobilePositionSubmissionInterval` int DEFAULT 5 NOT NULL,
+                          `subscribeCycleForAlarm` int NOT NULL,
                           `hostAddress` varchar(50) COLLATE utf8mb4_general_ci NOT NULL,
                           `charset` varchar(50) COLLATE utf8mb4_general_ci NOT NULL,
                           PRIMARY KEY (`id`),