Skip to content

Instantly share code, notes, and snippets.

@jckdotim
Created December 9, 2011 16:48
Show Gist options
  • Save jckdotim/1452328 to your computer and use it in GitHub Desktop.
Save jckdotim/1452328 to your computer and use it in GitHub Desktop.
class EncryptedLocationMixIn(object):
encrypted_lat = db.Column(db.String(64), nullable=True)
encrypted_lng = db.Column(db.String(64), nullable=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment