Commit 6fb8a24d authored by Dr.李's avatar Dr.李

update quantile analysis table for further use

parent 0208672e
......@@ -1492,6 +1492,7 @@ class QuantileAnalysis(Base):
portfolio = Column(String(50), primary_key=True, nullable=False)
universe = Column(String(20), primary_key=True, nullable=False)
benchmark = Column(Integer, primary_key=True, nullable=False)
source = Column(String(20), primary_key=True, nullable=False)
q1 = Column(Float(53))
q2 = Column(Float(53))
q3 = Column(Float(53))
......
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