initial v0.8 pre-release
This commit is contained in:
@@ -5,9 +5,10 @@ var _ Model = (*ExternalAuth)(nil)
|
||||
type ExternalAuth struct {
|
||||
BaseModel
|
||||
|
||||
UserId string `db:"userId" json:"userId"`
|
||||
Provider string `db:"provider" json:"provider"`
|
||||
ProviderId string `db:"providerId" json:"providerId"`
|
||||
CollectionId string `db:"collectionId" json:"collectionId"`
|
||||
RecordId string `db:"recordId" json:"recordId"`
|
||||
Provider string `db:"provider" json:"provider"`
|
||||
ProviderId string `db:"providerId" json:"providerId"`
|
||||
}
|
||||
|
||||
func (m *ExternalAuth) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user