Skip to content

Commit

Permalink
feat : added wallet address to fantoken
Browse files Browse the repository at this point in the history
  • Loading branch information
surajhub255 committed Sep 3, 2024
1 parent 0905c5d commit b5c7faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/fantoken.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type FanToken struct {
PhygitalID string `json:"phygital_id"`
FanTokenID string `json:"fantoken_id"`
PhygitalName string `json:"phygital_name"`
WalletAddress string `json:"wallet_address"`
ChaintypeID uuid.UUID `gorm:"type:uuid" json:"chaintype_id"`
CreatedAt time.Time `gorm:"type:timestamp;default:current_timestamp" json:"created_at"`
UpdatedAt time.Time `gorm:"type:timestamp;default:current_timestamp" json:"updated_at"`
Expand Down

0 comments on commit b5c7faa

Please sign in to comment.