20160116
This commit is contained in:
@@ -11,6 +11,7 @@ class DitRecord(Base):
|
||||
|
||||
id = Column(Integer, primary_key=True, index=True)
|
||||
op_id = Column(String(255), index=True, nullable=False) # 移除 unique,因為同一 op_id 可有多個 pn
|
||||
op_name = Column(String(255), nullable=True) # Opportunity Name
|
||||
erp_account = Column(String(100), index=True) # AQ 欄
|
||||
customer = Column(String(255), nullable=False, index=True)
|
||||
customer_normalized = Column(String(255), index=True)
|
||||
|
||||
Reference in New Issue
Block a user