优化url字段长度
This commit is contained in:
parent
4dd5ff48da
commit
a7bdbf39a1
@ -13,7 +13,6 @@ import (
|
|||||||
"github.com/fonchain/fonchain-artistinfo/pb/artistinfoArtshow"
|
"github.com/fonchain/fonchain-artistinfo/pb/artistinfoArtshow"
|
||||||
db "github.com/fonchain/fonchain-artistinfo/pkg/db"
|
db "github.com/fonchain/fonchain-artistinfo/pkg/db"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
"gorm.io/gorm/clause"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var ArtistinfoArtshowVideo = new(artistinfoArtshowVideo)
|
var ArtistinfoArtshowVideo = new(artistinfoArtshowVideo)
|
||||||
|
@ -15,7 +15,7 @@ type ArtshowVideoRecord struct {
|
|||||||
|
|
||||||
//AccountId int64 `json:"accountId" gorm:"column:account_id;comment:"`
|
//AccountId int64 `json:"accountId" gorm:"column:account_id;comment:"`
|
||||||
ArtistName string `json:"artistName" gorm:"column:artist_name;comment:"`
|
ArtistName string `json:"artistName" gorm:"column:artist_name;comment:"`
|
||||||
VideoUrl string `json:"videoUrl" gorm:"column:video_url;comment:"`
|
VideoUrl string `json:"videoUrl" gorm:"column:video_url;type:varchar(2000);comment:"`
|
||||||
|
|
||||||
//审批字段
|
//审批字段
|
||||||
AuditStatus AuditStatus `json:"auditStatus" gorm:"column:audit_status;comment:审核状态:2= 待审核,3= 审核失败,4= 审核通过,5= 待补充"`
|
AuditStatus AuditStatus `json:"auditStatus" gorm:"column:audit_status;comment:审核状态:2= 待审核,3= 审核失败,4= 审核通过,5= 待补充"`
|
||||||
|
Loading…
Reference in New Issue
Block a user