db: 增加port字段

main
huangfeng 8 months ago
parent e5217f2901
commit 9443aadbc4

@ -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

Loading…
Cancel
Save