Subversion Repositories SmartDukaan

Rev

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

Rev 7145 Rev 7169
Line 373... Line 373...
373
    creditLimit = Field(Integer)
373
    creditLimit = Field(Integer)
374
    salt = Field(String(100))
374
    salt = Field(String(100))
375
    password = Field(String(100))
375
    password = Field(String(100))
376
    isActive = Field(Boolean)
376
    isActive = Field(Boolean)
377
    circleId = Field(Integer)
377
    circleId = Field(Integer)
-
 
378
    email = Field(String(100))
378
    using_options(shortnames=True)
379
    using_options(shortnames=True)
379
    using_table_options(mysql_engine="InnoDB")
380
    using_table_options(mysql_engine="InnoDB")
380
381