Subversion Repositories SmartDukaan

Rev

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

Rev 16727 Rev 16733
Line 455... Line 455...
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
    offerCondition = Field(Text)
-
 
460
    location = Field(String(1024))
460
    using_options(shortnames=True)
461
    using_options(shortnames=True)
461
    using_table_options(mysql_engine="InnoDB")
462
    using_table_options(mysql_engine="InnoDB")
462
 
463
 
463
class app_affiliates(Entity):
464
class app_affiliates(Entity):
464
    id = Field(Integer, primary_key=True)
465
    id = Field(Integer, primary_key=True)