Skip to content

Commit

Permalink
DVPNNFTRecord: fixing db migrate error
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavvvvv committed Sep 4, 2024
1 parent 4e99657 commit 8d77aa9
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 @@ -214,7 +214,7 @@ type NftSubscription struct {

type DVPNNFTRecord struct {
ID uint `gorm:"primaryKey;autoIncrement"`
Chain string `gorm:"not null"`
Chain string
WalletAddress string `gorm:"not null"`
EmailID string
TransactionHash string
Expand Down

0 comments on commit 8d77aa9

Please sign in to comment.