Skip to content

Commit

Permalink
feat : added phygital name
Browse files Browse the repository at this point in the history
  • Loading branch information
surajhub255 committed Jul 18, 2024
1 parent 33f0fd6 commit 2e3e91b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/fantoken.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ type FanToken struct {
CollectionID uuid.UUID `json:"collection_id"`
PhygitalID string `json:"phygital_id"`
FanTokenID string `json:"fantoken_id"`
ChaintypeID uuid.UUID `gorm:"type:uuid" json:"chaintype_id"`
PhygitalName string `json:"phygital_name"`
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 2e3e91b

Please sign in to comment.