Subversion Repositories SmartDukaan

Rev

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

Rev 16937 Rev 16938
Line 486... Line 486...
486
    shortDescription = Field(Text)
486
    shortDescription = Field(Text)
487
    longDescription = Field(Text)
487
    longDescription = Field(Text)
488
    customerOneLiner = Field(String(512))
488
    customerOneLiner = Field(String(512))
489
    retailerOneLiner = Field(String(512))
489
    retailerOneLiner = Field(String(512))
490
    showApp = Field(Boolean)
490
    showApp = Field(Boolean)
491
    rank = Field(Integer)
-
 
492
    using_options(shortnames=True)
491
    using_options(shortnames=True)
493
    using_table_options(mysql_engine="InnoDB")
492
    using_table_options(mysql_engine="InnoDB")
494
    
493
    
495
class approved_app_transactions(Entity):
494
class approved_app_transactions(Entity):
496
    id = Field(Integer, primary_key=True, autoincrement=True)
495
    id = Field(Integer, primary_key=True, autoincrement=True)