diff --git a/ncac/package/cacdb.sql b/ncac/package/cacdb.sql index f231fe5..2f810a5 100644 --- a/ncac/package/cacdb.sql +++ b/ncac/package/cacdb.sql @@ -1994,6 +1994,7 @@ CREATE TABLE `icd_file` ( `xml` longtext, `srv` int(11) DEFAULT NULL, `start` int(11) DEFAULT NULL, + `port` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='ICD文件'; /*!40101 SET character_set_client = @saved_cs_client */; @@ -2021,6 +2022,7 @@ CREATE TABLE `icd_ied` ( `ip` varchar(45) DEFAULT NULL, `ap_title` varchar(45) DEFAULT NULL, `start` int(11) DEFAULT NULL, + `port` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='ied信息表'; /*!40101 SET character_set_client = @saved_cs_client */; @@ -2856,4 +2858,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-10-24 9:38:30 +-- Dump completed on 2024-10-29 10:20:02