Subversion Repositories SmartDukaan

Rev

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

Rev 12280 Rev 12618
Line 528... Line 528...
528
    ourPriceSnapshotDate  =  Field(DateTime)
528
    ourPriceSnapshotDate  =  Field(DateTime)
529
    salePriceSnapshotDate  = Field(DateTime)
529
    salePriceSnapshotDate  = Field(DateTime)
530
    minMfnPriceSnapshotDate = Field(DateTime)
530
    minMfnPriceSnapshotDate = Field(DateTime)
531
    minFbaPriceSnapshotDate = Field(DateTime)
531
    minFbaPriceSnapshotDate = Field(DateTime)
532
    fcLocation = Field(Integer, primary_key=True,autoincrement=False)
532
    fcLocation = Field(Integer, primary_key=True,autoincrement=False)
-
 
533
    asin = Field(String(20))
533
    using_options(shortnames=True)
534
    using_options(shortnames=True)
534
    using_table_options(mysql_engine="InnoDB")
535
    using_table_options(mysql_engine="InnoDB")
535
    
536
    
536
class SpiceTransactionHistory(Entity):
537
class SpiceTransactionHistory(Entity):
537
    orderId = Field(Integer, primary_key=True, autoincrement=False)
538
    orderId = Field(Integer, primary_key=True, autoincrement=False)