嘗試了好久,文檔也沒(méi)有具體介紹這個(gè),伙伴們也都沒(méi)加過(guò)??戳嗽创a才發(fā)現(xiàn)很簡(jiǎn)單呀。
type User struct {
Model
Name string `gorm:"type:char(30);comment:'姓名'"`
}
嘗試了好久,文檔也沒(méi)有具體介紹這個(gè),伙伴們也都沒(méi)加過(guò)??戳嗽创a才發(fā)現(xiàn)很簡(jiǎn)單呀。
type User struct {
Model
Name string `gorm:"type:char(30);comment:'姓名'"`
}