Add fix on models

pull/313/head
Andrey Dolgolev 2021-10-20 00:07:55 +03:00
rodzic 0f6d106742
commit ef12313e22
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -162,7 +162,7 @@ class EthereumLabel(Base): # type: ignore
)
label_data = Column(JSONB, nullable=True)
transaction_timestamp = Column(BigInteger, index=True)
log_index = Column(JSONB, nullable=True)
log_index = Column(Integer, nullable=True)
created_at = Column(
DateTime(timezone=True), server_default=utcnow(), nullable=False
)