mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Merge branch 'tuoyun' of github.com:OpenIMSDK/Open-IM-Server into tuoyun
This commit is contained in:
commit
d92ac8f588
@ -108,6 +108,7 @@ type GroupMember struct {
|
|||||||
JoinTime time.Time `gorm:"column:join_time"`
|
JoinTime time.Time `gorm:"column:join_time"`
|
||||||
JoinSource int32 `gorm:"column:join_source"`
|
JoinSource int32 `gorm:"column:join_source"`
|
||||||
OperatorUserID string `gorm:"column:operator_user_id;size:64"`
|
OperatorUserID string `gorm:"column:operator_user_id;size:64"`
|
||||||
|
MuteEndTime time.Time `gorm:"column:mute_end_time"`
|
||||||
Ex string `gorm:"column:ex;size:1024"`
|
Ex string `gorm:"column:ex;size:1024"`
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -220,4 +221,4 @@ type Conversation struct {
|
|||||||
|
|
||||||
func (Conversation) TableName() string {
|
func (Conversation) TableName() string {
|
||||||
return "conversations"
|
return "conversations"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user