Commit d5020a04 by 李洪

删除login 表信息

parent 25816068
......@@ -57,7 +57,7 @@ func newMysqlClient() {
return
}
orm.RegisterModel(new(CompanyApp), new(ImBase), new(ImChatRoom),
new(ImUserRelationship), new(ImUser), new(ImFriendRequest), new(ImChatRoomUser), new(ImUserLogin))
new(ImUserRelationship), new(ImUser), new(ImFriendRequest), new(ImChatRoomUser))
orm.Debug = true
MysqlClient = orm.NewOrm()
beeLogger.Log.Success("MySQL connect success")
......
......@@ -80,11 +80,3 @@ type ImFriendRequest struct {
Createtime string
Updatetime string
}
type ImUserLogin struct {
Id int64
UserId int64
LoginStatus int64
Updatetime string
Platform string
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment