Trees | Indices | Help |
---|
|
Records all the private information for a user.
|
|||
Inherited from |
|
|||
user_id = db.Column(db.Integer, db.ForeignKey("user.id"), prim
|
|||
mail = db.Column(db.String(150), nullable= False)
|
|||
timezone = db.Column(db.String(50), nullable= True)
|
|||
api_login = db.Column(db.String(40), nullable= False, default=
|
|||
api_token = db.Column(db.String(40), nullable= False, default=
|
|||
api_token_expiration = db.Column(db.Date, nullable= False, def
|
|
user_id
|
api_login
|
api_token
|
api_token_expiration
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |