models.py
Here I can store data
class AddNote(db.Model): id = db.Column(db.Integer, primary_key=True) ti