Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created February 4, 2020 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/8f4e2d958f151583340ac127915288b0 to your computer and use it in GitHub Desktop.
Save Porter97/8f4e2d958f151583340ac127915288b0 to your computer and use it in GitHub Desktop.
#...
class User(db.Model, UserMixin):
#...
confirmed = db.Column(db.Boolean, default=False)
name = db.Column(db.String(64))
about_me = db.Column(db.Text())
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment