mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	refactor: 数据库实例表 t_instance 改为 t_db_instance
同时,为避免混淆,将 application.DbInstance 改为 application.DbConnection
This commit is contained in:
		@@ -39,7 +39,7 @@ const (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
type MysqlMetadata struct {
 | 
			
		||||
	di *DbInstance
 | 
			
		||||
	di *DbConnection
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// 获取表基础元信息, 如表名等
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user