Subversion Repositories SmartDukaan

Rev

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

Rev 12448 Rev 12472
Line 622... Line 622...
622
    using_options(shortnames=True)
622
    using_options(shortnames=True)
623
    using_table_options(mysql_engine="InnoDB")
623
    using_table_options(mysql_engine="InnoDB")
624
 
624
 
625
class AmazonScrapingHistory(Entity):
625
class AmazonScrapingHistory(Entity):
626
    item_id = Field(Integer, primary_key=True, autoincrement=False)
626
    item_id = Field(Integer, primary_key=True, autoincrement=False)
-
 
627
    asin = Field(String(255))
627
    warehouseLocation = Field(Integer, primary_key=True, autoincrement=False)
628
    warehouseLocation = Field(Integer, primary_key=True, autoincrement=False)
628
    parentCategoryId = Field(Integer)
629
    parentCategoryId = Field(Integer)
629
    ourSellingPrice = Field(Float)
630
    ourSellingPrice = Field(Float)
630
    lowestPossibleSp = Field(Float)
631
    lowestPossibleSp = Field(Float)
631
    ourRank = Field(Integer)
632
    ourRank = Field(Integer)