diff --git a/pkg/common/db/model_struct.go b/pkg/common/db/model_struct.go index e9e5454cd..72396e9a1 100644 --- a/pkg/common/db/model_struct.go +++ b/pkg/common/db/model_struct.go @@ -108,6 +108,7 @@ type GroupMember struct { JoinTime time.Time `gorm:"column:join_time"` JoinSource int32 `gorm:"column:join_source"` OperatorUserID string `gorm:"column:operator_user_id;size:64"` + MuteEndTime time.Time `gorm:"column:mute_end_time"` Ex string `gorm:"column:ex;size:1024"` } @@ -220,4 +221,4 @@ type Conversation struct { func (Conversation) TableName() string { return "conversations" -} \ No newline at end of file +}