diff --git a/shared/research.go b/shared/research.go index c1ba8ac..099dedb 100644 --- a/shared/research.go +++ b/shared/research.go @@ -170,6 +170,7 @@ type BlockchainExtendedInfo struct { LogoLink string ExplorerLink string IsActive bool `gorm:"default:true"` + IgnoreCase bool `gorm:"default:false"` AssetID sql.NullInt64 Asset Asset ConsensusAlgorithmTags []ConsensusAlgorithmTag `gorm:"foreignKey:EntityID;references:ID"`