Subversion Repositories SmartDukaan

Rev

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

Rev 7080 Rev 7096
Line 365... Line 365...
365
    availableLimit = Field(Integer)
365
    availableLimit = Field(Integer)
366
    creditLimit = Field(Integer)
366
    creditLimit = Field(Integer)
367
    salt = Field(String(100))
367
    salt = Field(String(100))
368
    password = Field(String(100))
368
    password = Field(String(100))
369
    isActive = Field(Boolean)
369
    isActive = Field(Boolean)
-
 
370
    circleId = Field(Integer)
370
    using_options(shortnames=True)
371
    using_options(shortnames=True)
371
    using_table_options(mysql_engine="InnoDB")
372
    using_table_options(mysql_engine="InnoDB")
372
373