fix: user app_manger_level (#584)

Signed-off-by: withchao <993506633@qq.com>
This commit is contained in:
withchao
2023-07-19 09:55:53 +08:00
committed by GitHub
parent c2a848a89e
commit 5cb5de4970
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ type UserModel struct {
FaceURL string `gorm:"column:face_url;size:255"`
Ex string `gorm:"column:ex;size:1024"`
CreateTime time.Time `gorm:"column:create_time;index:create_time;autoCreateTime"`
AppMangerLevel int32 `gorm:"column:app_manger_level;default:18"`
AppMangerLevel int32 `gorm:"column:app_manger_level;default:1"`
GlobalRecvMsgOpt int32 `gorm:"column:global_recv_msg_opt"`
}