diff --git a/cmd/model/artshow_artist_supplement.go b/cmd/model/artshow_artist_supplement.go index 0de74df..c510c87 100644 --- a/cmd/model/artshow_artist_supplement.go +++ b/cmd/model/artshow_artist_supplement.go @@ -19,7 +19,7 @@ type ArtshowArtistSupplement struct { AuditMark2 string `json:"auditMark2" gorm:"column:audit_mark2;comment:审核备注2"` ArtistName string `json:"artistName" gorm:"column:artist_name;comment:"` - ArtistProfile string `json:"artistProfile" gorm:"column:artist_profile;comment:个人简介"` + ArtistProfile string `json:"artistProfile" gorm:"column:artist_profile;type:text;comment:个人简介"` CountryArtLevel int64 `json:"countryArtLevel" gorm:"column:country_art_level;default:1;comment:国家美术师级别: 1=无 2=1级 3=2级"` ArtistCertPic string `json:"artistCertPic" gorm:"column:artist_cert_pic;comment:国家美术师证书"` BankNum string `json:"bank_num" gorm:"column:bank_num;comment:开户行"`