CRUD application to add,show,delete records. I know the error is id = db.Column(db.Integer, primary_key = True).
If i change that to id = db.Column(