mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-05 09:36:00 +08:00
max seq
This commit is contained in:
@@ -25,7 +25,7 @@ type ConversationModel struct {
|
||||
Ex string `gorm:"column:ex;type:varchar(1024)" json:"ex"`
|
||||
MaxSeq int64 `gorm:"column:max_seq" json:"maxSeq"`
|
||||
MinSeq int64 `gorm:"column:min_seq" json:"minSeq"`
|
||||
IsReadSeq int64 `gorm:"column:is_read_seq" json:"isReadSeq"`
|
||||
HasReadSeq int64 `gorm:"column:is_read_seq" json:"hasReadSeq"`
|
||||
}
|
||||
|
||||
func (ConversationModel) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user