Subversion Repositories SmartDukaan

Rev

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

Rev 15687 Rev 15694
Line 739... Line 739...
739
    targetNlc = Field(Float)
739
    targetNlc = Field(Float)
740
    decision = Field(Integer)
740
    decision = Field(Integer)
741
    reason = Field(String(255))
741
    reason = Field(String(255))
742
    exceptionType = Field(Integer)
742
    exceptionType = Field(Integer)
743
    isNlcOverridden = Field(Boolean)
743
    isNlcOverridden = Field(Boolean)
-
 
744
    packagingHeight = Field(Float)
-
 
745
    packagingLength = Field(Float)
-
 
746
    packagingWidth = Field(Float)
-
 
747
    packagingWeight = Field(Float)
-
 
748
    isOversized = Field(Boolean)
744
    timestamp =Field(DateTime, primary_key=True, autoincrement=False)
749
    timestamp =Field(DateTime, primary_key=True, autoincrement=False)
745
    using_options(shortnames=True)
750
    using_options(shortnames=True)
746
    using_table_options(mysql_engine="InnoDB")
751
    using_table_options(mysql_engine="InnoDB")
747
    
752
    
748
 
753