Subversion Repositories SmartDukaan

Rev

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

Rev 16536 Rev 16573
Line 440... Line 440...
440
    override_payout = Field(Boolean)
440
    override_payout = Field(Boolean)
441
    overriden_payout = Field(Float)
441
    overriden_payout = Field(Float)
442
    app_name = Field(String(256))
442
    app_name = Field(String(256))
443
    package_name = Field(String(256))
443
    package_name = Field(String(256))
444
    image_url = Field(String(256))
444
    image_url = Field(String(256))
445
    description = Field(Text())
445
    description = Field(Text)
446
    shortDescription = Field(Text())
446
    shortDescription = Field(Text)
447
    longDescription = Field(Text())
447
    longDescription = Field(Text)
448
    link = Field(String(256))
448
    link = Field(String(256))
449
    offer_active = Field(Boolean)
449
    offer_active = Field(Boolean)
450
    priority = Field(String(256))
450
    priority = Field(String(256))
451
    show = Field(Boolean)
451
    show = Field(Boolean)
452
    offerCategory = Field(String(256))
452
    offerCategory = Field(String(256))
453
    promoImage = Field(String(256))
453
    promoImage = Field(String(256))
-
 
454
    ratings = Field(Integer)
-
 
455
    downloads = Field(String(100)) 
454
    using_options(shortnames=True)
456
    using_options(shortnames=True)
455
    using_table_options(mysql_engine="InnoDB")
457
    using_table_options(mysql_engine="InnoDB")
456
 
458
 
457
class app_affiliates(Entity):
459
class app_affiliates(Entity):
458
    id = Field(Integer, primary_key=True)
460
    id = Field(Integer, primary_key=True)