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