Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type LoginHistory struct {
- gorm.Model
- ID int `gorm:"primary_key;auto_increment:false"`
- UID int
- Type string `gorm:"type:varchar(255); not null"`
- QQ []int8 `gorm:"type:varchar(255); not null"`
- Hwid string `gorm:"type:varchar(255); not null"`
- Fingerprint string `gorm:"type:varchar(255); not null"`
- UA string `gorm:"type:jsonb; not null"`
- IP string `gorm:"type:varchar(255); not null"`
- IPGeo string `gorm:"type:jsonb; not null"`
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement