| return account | return account | ||||
| class AppAnnotationHitHistory(Base): | |||||
| class AppAnnotationHitHistory(db.Model): # type: ignore[name-defined] | |||||
| __tablename__ = "app_annotation_hit_histories" | __tablename__ = "app_annotation_hit_histories" | ||||
| __table_args__ = ( | __table_args__ = ( | ||||
| db.PrimaryKeyConstraint("id", name="app_annotation_hit_histories_pkey"), | db.PrimaryKeyConstraint("id", name="app_annotation_hit_histories_pkey"), |