2013年8月9日 星期五

auto create, update time in sqlalchemy

Column('creation_date', DateTime, default=func.now()),
Column('last_modified', DateTime, onupdate=func.now()),

沒有留言:

張貼留言