1
created_at = Column(Integer, nullable=False, default=lambda: int(time.time()))

使用lambda即可使其实时生成,如果不使用lambda,则无法实时获取时间,只会记录第一次的时间