We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e6d60 commit 2255cdcCopy full SHA for 2255cdc
core/types.go
@@ -14,5 +14,5 @@ type L2ContractEvent struct {
14
EventSignature string `gorm:"type:varchar(256);not null"`
15
Proven bool `gorm:"type:boolean;not null;default:false"`
16
Finalized bool `gorm:"type:boolean;not null;default:false"`
17
- FailureReason string `gorm:"type:varchar(256);"`
+ FailureReason string `gorm:"type:text"`
18
}
0 commit comments