Skip to content

Commit

Permalink
fix[tidb]:inscription table schema
Browse files Browse the repository at this point in the history
  • Loading branch information
fishTsai20 committed Jan 23, 2024
1 parent 85bca9a commit 03d092b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/inscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type Inscription struct {
Idx uint32 `gorm:"column:idx"`
Timestamp uint64 `gorm:"column:timestamp"`
ContentType string `gorm:"column:content_type"`
Content string `gorm:"column:content"`
Content string `gorm:"column:content;type:blob"`
}

func (Inscription) TableName() string {
Expand Down

0 comments on commit 03d092b

Please sign in to comment.