Skip to content

Commit

Permalink
auto migration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shubh committed Jun 15, 2024
1 parent cb6cd96 commit 61bde25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Migrate/migrate_models.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
type User struct {
UserId string `gorm:"primary_key;type:uuid"`
Name string
WalletAddress string
WalletAddress string `gorm:"unique"`
DeviceType string // web3.0,web2.0,mobile
Discord string
Twitter string
Expand Down

0 comments on commit 61bde25

Please sign in to comment.