Adding __tablename__ to jit_liquidity model
This commit is contained in:
parent
ff861fc818
commit
404cace8d0
@ -4,6 +4,8 @@ from .base import Base
|
|||||||
|
|
||||||
|
|
||||||
class JITLiquidityModel(Base):
|
class JITLiquidityModel(Base):
|
||||||
|
__tablename__ = "jit_liquidity"
|
||||||
|
|
||||||
id = Column(String, primary_key=True)
|
id = Column(String, primary_key=True)
|
||||||
block_number = Column(Numeric(), nullable=False)
|
block_number = Column(Numeric(), nullable=False)
|
||||||
bot_address = Column(String(42), nullable=True)
|
bot_address = Column(String(42), nullable=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user