Currently exploring SQLAlchemy. Did all the proper procedures.
Python Code:
class User(db.Model): id = db.Column(db.Integer(), primary_key=True)