Subversion Repositories SmartDukaan

Rev

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

Rev 8616 Rev 8619
Line 257... Line 257...
257
    fbaPriceLastUpdatedOn = Field(DateTime)
257
    fbaPriceLastUpdatedOn = Field(DateTime)
258
    mfnPriceLastUpdatedOnSc = Field(DateTime)
258
    mfnPriceLastUpdatedOnSc = Field(DateTime)
259
    fbaPriceLastUpdatedOnSc = Field(DateTime)
259
    fbaPriceLastUpdatedOnSc = Field(DateTime)
260
    suppressMfnPriceUpdate = Field(Boolean)
260
    suppressMfnPriceUpdate = Field(Boolean)
261
    suppressFbaPriceUpdate = Field(Boolean)
261
    suppressFbaPriceUpdate = Field(Boolean)
-
 
262
    taxCode = Field(String(255))
262
    using_options(shortnames=True)
263
    using_options(shortnames=True)
263
    using_table_options(mysql_engine="InnoDB")
264
    using_table_options(mysql_engine="InnoDB")
264
    
265
    
265
class PageViewEvents(Entity):
266
class PageViewEvents(Entity):
266
    id = Field(Integer, primary_key=True, autoincrement=True)
267
    id = Field(Integer, primary_key=True, autoincrement=True)