Subversion Repositories SmartDukaan

Rev

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

Rev 4394 Rev 4444
Line 147... Line 147...
147
    id = Field(Integer, primary_key=True, autoincrement=True)
147
    id = Field(Integer, primary_key=True, autoincrement=True)
148
    type = Field(Integer)
148
    type = Field(Integer)
149
    status = Field(Integer)
149
    status = Field(Integer)
150
    timestamp = Field(DateTime)
150
    timestamp = Field(DateTime)
151
    description = Field(String(100))
151
    description = Field(String(100))
-
 
152
    warehouseId = Field(Integer)
152
    using_options(shortnames=True)
153
    using_options(shortnames=True)
153
    using_table_options(mysql_engine="InnoDB")
154
    using_table_options(mysql_engine="InnoDB")
154
    
155
    
155
class BatchNoGenerator(Entity):
156
class BatchNoGenerator(Entity):
156
    id=Field(Integer, primary_key=True)
157
    id=Field(Integer, primary_key=True)