Merge branch 'refs/heads/feat-statistic-info'
This commit is contained in:
commit
539da17ccd
|
|
@ -8,7 +8,7 @@ import (
|
|||
type AIStreamMsg struct {
|
||||
gorm.Model
|
||||
Type string `gorm:"column:type"`
|
||||
ModelID uint `gorm:"column:model_id index:idx_covering,unique"`
|
||||
ModelID uint `gorm:"column:model_id index:idx_model_id"`
|
||||
UserID int `gorm:"column:user_id"` //用户id
|
||||
SessionID int `gorm:"column:session_id"` //会话id
|
||||
MSG string `gorm:"column:msg"` //消息内容
|
||||
|
|
|
|||
Loading…
Reference in New Issue