Skip to content

Commit

Permalink
fix (#262)
Browse files Browse the repository at this point in the history
Signed-off-by: ReyisaRuby <yisa@reddio.com>
  • Loading branch information
ReyisaRuby authored Jan 8, 2025
1 parent 7335c0e commit 6690ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/txdb/txdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (t *txnkvdb) SetTxns(txns []*SignedTxn) (err error) {
type TxnDBSchema struct {
Type string `gorm:"type:varchar(10)"`
HashKey string `gorm:"primaryKey,length:255;type:text"`
Value []byte `gorm:"type:blob"`
Value []byte `gorm:"type:mediumblob"`
}

func (TxnDBSchema) TableName() string {
Expand Down

0 comments on commit 6690ac7

Please sign in to comment.