尝试了好久,文档也没有具体介绍这个,伙伴们也都没加过。看了源码才发现很简单呀。 type User struct { Model Name string `gorm:"type:char(30);comment:'姓名'"` }