sql: 数据库脚本更新升级
This commit is contained in:
@@ -4,10 +4,7 @@ SET FOREIGN_KEY_CHECKS = 0;
|
||||
--
|
||||
-- Table structure for table `ne_software`
|
||||
--
|
||||
|
||||
|
||||
DROP TABLE IF EXISTS `ne_software`;
|
||||
|
||||
CREATE TABLE `ne_software` (
|
||||
`id` bigint NOT NULL AUTO_INCREMENT,
|
||||
`ne_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT '网元类型',
|
||||
|
||||
Reference in New Issue
Block a user