diff --git a/models.py b/models.py index 0af01fc..49df80b 100644 --- a/models.py +++ b/models.py @@ -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):