mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	feat: release1.8.0
This commit is contained in:
		@@ -885,7 +885,8 @@ CREATE TABLE `t_tag_tree` (
 | 
			
		||||
  `is_deleted` tinyint(8) NOT NULL DEFAULT 0,
 | 
			
		||||
  `delete_time` datetime DEFAULT NULL,
 | 
			
		||||
  PRIMARY KEY (`id`),
 | 
			
		||||
  KEY `idx_code_path` (`code_path`(100)) USING BTREE
 | 
			
		||||
  KEY `idx_code_path` (`code_path`(200)) USING BTREE,
 | 
			
		||||
  KEY `idx_code` (`code`(32)) USING BTREE
 | 
			
		||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='标签树';
 | 
			
		||||
 | 
			
		||||
-- ----------------------------
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user