- user2
This commit is contained in:
@@ -12,8 +12,8 @@ type AuthBind struct {
|
||||
Type string `orm:"size(16)" json:"type"`
|
||||
Status int8 `json:"status"`
|
||||
|
||||
AuthID string `orm:"size(48);index" json:"authID"`
|
||||
AuthID2 string `orm:"size(48);index" json:"authID2"`
|
||||
AuthID string `orm:"size(48);column(auth_id);index" json:"authID"`
|
||||
AuthID2 string `orm:"size(48);column(auth_id2);index" json:"authID2"`
|
||||
AuthSecret string `orm:"size(48)" json:"authSecret"`
|
||||
AuthSecret2 string `orm:"size(48)" json:"authSecret2"`
|
||||
Remark string `orm:"size(255)" json:"remark"`
|
||||
|
||||
Reference in New Issue
Block a user