Subversion Repositories SmartDukaan

Rev

Rev 9627 | Rev 11422 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9627 Rev 11173
Line 526... Line 526...
526
    promotionOrderCount = Field(Integer)
526
    promotionOrderCount = Field(Integer)
527
    ourPriceSnapshotDate  =  Field(DateTime)
527
    ourPriceSnapshotDate  =  Field(DateTime)
528
    salePriceSnapshotDate  = Field(DateTime)
528
    salePriceSnapshotDate  = Field(DateTime)
529
    minMfnPriceSnapshotDate = Field(DateTime)
529
    minMfnPriceSnapshotDate = Field(DateTime)
530
    minFbaPriceSnapshotDate = Field(DateTime)
530
    minFbaPriceSnapshotDate = Field(DateTime)
-
 
531
    fcLocation = Field(Integer, primary_key=True,autoincrement=False)
531
    using_options(shortnames=True)
532
    using_options(shortnames=True)
532
    using_table_options(mysql_engine="InnoDB")
533
    using_table_options(mysql_engine="InnoDB")
533
    
534
    
534
class SpiceTransactionHistory(Entity):
535
class SpiceTransactionHistory(Entity):
535
    orderId = Field(Integer, primary_key=True, autoincrement=False)
536
    orderId = Field(Integer, primary_key=True, autoincrement=False)