Subversion Repositories SmartDukaan

Rev

Rev 4754 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4754 Rev 7672
Line 14... Line 14...
14
    revision = Field(Integer, primary_key=True, autoincrement=False)
14
    revision = Field(Integer, primary_key=True, autoincrement=False)
15
    quantity = Field(Integer)
15
    quantity = Field(Integer)
16
    unfulfilledQuantity = Field(Float)
16
    unfulfilledQuantity = Field(Float)
17
    createdAt = Field(DateTime)
17
    createdAt = Field(DateTime)
18
    unitPrice = Field(Float)
18
    unitPrice = Field(Float)
-
 
19
    nlc = Field(Float)
19
    using_options(shortnames=True)
20
    using_options(shortnames=True)
20
    using_table_options(mysql_engine="InnoDB")
21
    using_table_options(mysql_engine="InnoDB")