sql: 更新角色菜单分配
This commit is contained in:
@@ -4,7 +4,6 @@ SET FOREIGN_KEY_CHECKS = 0;
|
||||
-- ----------------------------
|
||||
-- Table structure for ue_event_amf
|
||||
-- ----------------------------
|
||||
DROP TABLE IF EXISTS `ue_event_amf`;
|
||||
CREATE TABLE IF NOT EXISTS `ue_event_amf` (
|
||||
`id` int NOT NULL AUTO_INCREMENT,
|
||||
`ne_type` varchar(32) COLLATE utf8mb4_general_ci DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user