Subversion Repositories SmartDukaan

Rev

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

Rev 16696 Rev 16727
Line 474... Line 474...
474
    os_name = Field(Enum('ANDROID', 'IOS', 'WINDOWS'))
474
    os_name = Field(Enum('ANDROID', 'IOS', 'WINDOWS'))
475
    shortDescription = Field(Text)
475
    shortDescription = Field(Text)
476
    longDescription = Field(Text)
476
    longDescription = Field(Text)
477
    customerOneLiner = Field(String(512))
477
    customerOneLiner = Field(String(512))
478
    retailerOneLiner = Field(String(512))
478
    retailerOneLiner = Field(String(512))
-
 
479
    showApp = Field(Boolean)
479
    using_options(shortnames=True)
480
    using_options(shortnames=True)
480
    using_table_options(mysql_engine="InnoDB")
481
    using_table_options(mysql_engine="InnoDB")
481
    
482
    
482
class approved_app_transactions(Entity):
483
class approved_app_transactions(Entity):
483
    id = Field(Integer, primary_key=True, autoincrement=True)
484
    id = Field(Integer, primary_key=True, autoincrement=True)