No comments
This commit is contained in:
parent
c853cee43e
commit
138b1a0eef
@ -8,7 +8,7 @@ class SwapModel(Base):
|
|||||||
|
|
||||||
abi_name = Column(String, nullable=False)
|
abi_name = Column(String, nullable=False)
|
||||||
transaction_hash = Column(String, primary_key=True)
|
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)
|
block_number = Column(Numeric, nullable=False)
|
||||||
trace_address = Column(ARRAY(Integer), nullable=False)
|
trace_address = Column(ARRAY(Integer), nullable=False)
|
||||||
protocol = Column(String, nullable=True)
|
protocol = Column(String, nullable=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user