Adding db_reference in latestTransactions table

This commit is contained in:
Vivek Teega 2022-03-08 09:08:44 +00:00
parent 6a7fd83ffd
commit e2b6ef1123

View File

@ -273,6 +273,7 @@ class LatestTransactions(LatestCacheBase):
jsonData = Column('jsonData', String)
transactionType = Column('transactionType', String)
parsedFloData = Column('parsedFloData', String)
db_reference = Column('db_reference', String)
class LatestBlocks(LatestCacheBase):