generate based on supplier

This commit is contained in:
2023-06-10 23:23:44 +08:00
parent 3b9252d93d
commit 0647a9721a
12 changed files with 877 additions and 57 deletions

2
orm.py
View File

@@ -60,7 +60,7 @@ class Experiment(Base):
firm_req_prf_conn = Column(Boolean, nullable=False)
firm_acc_prf_size = Column(DECIMAL(8, 4), nullable=False)
firm_acc_prf_conn = Column(Boolean, nullable=False)
netw_sply_prf_n = Column(DECIMAL(8, 4), nullable=False)
netw_sply_prf_n = Column(Integer, nullable=False)
netw_sply_prf_size = Column(DECIMAL(8, 4), nullable=False)
cap_limit_prob_type = Column(String(16), nullable=False)
cap_limit_level = Column(DECIMAL(8, 4), nullable=False)