package model type UserBind struct { Id int64 User string `xorm:"varchar(60) index"` PlayerToken string `xorm:"varchar(64) index"` }