Subversion Repositories SmartDukaan

Rev

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

Rev 12618 Rev 12619
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))
-
 
534
    using_options(shortnames=True)
533
    using_options(shortnames=True)
535
    using_table_options(mysql_engine="InnoDB")
534
    using_table_options(mysql_engine="InnoDB")
536
    
535
    
537
class SpiceTransactionHistory(Entity):
536
class SpiceTransactionHistory(Entity):
538
    orderId = Field(Integer, primary_key=True, autoincrement=False)
537
    orderId = Field(Integer, primary_key=True, autoincrement=False)