I should first mention that I\'m using SqlAlchemy through Flask-SqlAlchemy. I don\'t believe this affects the issue but if it does, please let me know.
Here is the relev
last_updated = db.Column(db.DateTime, default=db.func.current_timestamp())
I think this will work