fix: ne type PSAP to MF

This commit is contained in:
zhangsz
2025-04-15 16:41:01 +08:00
parent df62f887ac
commit 29831600a0
12 changed files with 71 additions and 71 deletions

View File

@@ -18,9 +18,9 @@ SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for cdr_event_psap
-- Table structure for cdr_event_mf
-- ----------------------------
CREATE TABLE IF NOT EXISTS `cdr_event_psap` (
CREATE TABLE IF NOT EXISTS `cdr_event_mf` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ne_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`ne_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,