gorm 如何對字段進行comment註釋?

type User struct {
    Model
    Name string `gorm:"type:char(30);comment:'姓名'"`
}
相關文章
相關標籤/搜索