Subversion Repositories SmartDukaan

Rev

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

Rev 13034 Rev 13493
Line 556... Line 556...
556
    dealText = Field(String(500))
556
    dealText = Field(String(500))
557
    isCod =  Field(Boolean)
557
    isCod =  Field(Boolean)
558
    rank = Field(Integer)
558
    rank = Field(Integer)
559
    dealFreebieOption = Field(Integer)
559
    dealFreebieOption = Field(Integer)
560
    isActive = Field(Boolean)
560
    isActive = Field(Boolean)
-
 
561
    minLot = Field(Integer)
-
 
562
    lotDealPrice = Field(Float)
561
    using_options(shortnames=True)
563
    using_options(shortnames=True)
562
    using_table_options(mysql_engine="InnoDB")
564
    using_table_options(mysql_engine="InnoDB")
563
    
565
    
564
class AmazonOutOfSync(Entity):
566
class AmazonOutOfSync(Entity):
565
    item_id = Field(Integer, primary_key=True, autoincrement = False)
567
    item_id = Field(Integer, primary_key=True, autoincrement = False)