Subversion Repositories SmartDukaan

Rev

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

Rev 16769 Rev 16793
Line 531... Line 531...
531
    totalOfferAmount = Field(Integer)
531
    totalOfferAmount = Field(Integer)
532
    using_options(shortnames=True)
532
    using_options(shortnames=True)
533
    using_table_options(mysql_engine="InnoDB")
533
    using_table_options(mysql_engine="InnoDB")
534
 
534
 
535
class app_transactions(Entity):
535
class app_transactions(Entity):
-
 
536
    transaction_id=Field(String(256))
536
    retailer_id = Field(Integer)
537
    retailer_id = Field(Integer)
537
    app_id = Field(Integer)
538
    app_id = Field(Integer)
538
    app_name = Field(String(256))
539
    app_name = Field(String(256))
539
    cashback_status= Field(Integer)
540
    cashback_status= Field(Integer)
540
    redirect_url = Field(String(256))
541
    redirect_url = Field(String(256))