尝试了好久,文档也没有具体介绍这个,伙伴们也都没加过。看了源码才发现很简单呀。
type User struct {
Model
Name string `gorm:"type:char(30);comment:'姓名'"`
}
尝试了好久,文档也没有具体介绍这个,伙伴们也都没加过。看了源码才发现很简单呀。
type User struct {
Model
Name string `gorm:"type:char(30);comment:'姓名'"`
}
本文标题:gorm 如何对字段进行comment注释?
本文链接:https://www.haomeiwen.com/subject/tofwmctx.html
网友评论