Commit 5d2531cd authored by Dr.李's avatar Dr.李
parents ec000409 324a4396
...@@ -1302,8 +1302,6 @@ class Tiny(Base): ...@@ -1302,8 +1302,6 @@ class Tiny(Base):
RVOL = Column(Float(53)) RVOL = Column(Float(53))
CHV = Column(Float(53)) CHV = Column(Float(53))
VAL = Column(Float(53)) VAL = Column(Float(53))
EPSAfterNonRecurring = Column(Float(53))
DivP = Column(Float(53))
class Universe(Base): class Universe(Base):
...@@ -1754,5 +1752,5 @@ class Uqer(Base): ...@@ -1754,5 +1752,5 @@ class Uqer(Base):
if __name__ == '__main__': if __name__ == '__main__':
from sqlalchemy import create_engine from sqlalchemy import create_engine
engine = create_engine('postgresql+psycopg2://postgres:A12345678!@10.63.6.220/alpha') engine = create_engine('postgresql+psycopg2://postgres:we083826@101.132.104.118/alpha')
Base.metadata.create_all(engine) Base.metadata.create_all(engine)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment