No comments

This commit is contained in:
Luke Van Seters 2021-12-14 12:46:00 -05:00
parent c853cee43e
commit 138b1a0eef

View File

@ -8,7 +8,7 @@ class SwapModel(Base):
abi_name = Column(String, nullable=False)
transaction_hash = Column(String, primary_key=True)
transaction_position = Column(Numeric, nullable=True) # TODO - backfill
transaction_position = Column(Numeric, nullable=True)
block_number = Column(Numeric, nullable=False)
trace_address = Column(ARRAY(Integer), nullable=False)
protocol = Column(String, nullable=True)