Subversion Repositories SmartDukaan

Rev

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

Rev 16631 Rev 16692
Line 454... Line 454...
454
    offerCategory = Field(String(256))
454
    offerCategory = Field(String(256))
455
    promoImage = Field(String(256))
455
    promoImage = Field(String(256))
456
    ratings = Field(Integer)
456
    ratings = Field(Integer)
457
    downloads = Field(String(100)) 
457
    downloads = Field(String(100)) 
458
    appmaster_id = Field(Integer)
458
    appmaster_id = Field(Integer)
-
 
459
    offerCondition = Field(Text)
459
    using_options(shortnames=True)
460
    using_options(shortnames=True)
460
    using_table_options(mysql_engine="InnoDB")
461
    using_table_options(mysql_engine="InnoDB")
461
 
462
 
462
class app_affiliates(Entity):
463
class app_affiliates(Entity):
463
    id = Field(Integer, primary_key=True)
464
    id = Field(Integer, primary_key=True)