Commit 4af7af65 authored by Dr.李's avatar Dr.李

update models

parent 1c48876d
...@@ -261,7 +261,7 @@ class Positions(Base): ...@@ -261,7 +261,7 @@ class Positions(Base):
weight = Column(JSON) weight = Column(JSON)
class QuantileAnalysi(Base): class QuantileAnalysis(Base):
__tablename__ = 'quantile_analysis' __tablename__ = 'quantile_analysis'
trade_date = Column(DateTime, primary_key=True, nullable=False) trade_date = Column(DateTime, primary_key=True, nullable=False)
......
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