There is a table
class ResultDescription(db.Entity): id = PrimaryKey(int, auto=True) upload_date = Optional(datetime, default=lambda: datetime.now(),