当前位置: 首页 > 工具软件 > Go GORM > 使用案例 >

go gorm取消表名s

郜玉石
2023-12-01
db, err := gorm.Open(mysql.Open(xxx.xxx.xxx.xxx)), &gorm.Config{
		NamingStrategy: schema.NamingStrategy{
			SingularTable: true, // 使用单数表名
		},
	})
 类似资料: